Skip to content
Snippets Groups Projects
Commit 5422b0c3 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge pull request #7 from tamsky/tamsky-patch-2

+readability
parents 826073fd 227591e0
No related branches found
No related tags found
No related merge requests found
...@@ -18,15 +18,15 @@ The following objects can be created and updated in your Server Density account ...@@ -18,15 +18,15 @@ The following objects can be created and updated in your Server Density account
There are plugin parameters to define how the plugin will behave: There are plugin parameters to define how the plugin will behave:
**api_token**: An API token from Server Density to authenticate yourself * **api_token**: An API token from Server Density to authenticate yourself
**force** (optional, defaults to False): If an object already exists whether it should be updated * **force** (optional, defaults to False): If an object already exists whether it should be updated
**cache** (optional, defaults to None): Fully qualified filename for a cache of der Server Density data * **cache** (optional, defaults to None): Fully qualified filename for a cache of der Server Density data
**cleanup** (optional, defaults to False): Decides if undefined alerts in your Ansible inventory available at Server Density should be deleted * **cleanup** (optional, defaults to False): Decides if undefined alerts in your Ansible inventory available at Server Density should be deleted
**readonly** (optional, defaults to False): If set to True it will only read the current settings from SD and stores them in a temporary file and does nothing else. This is useful when you want to find out some variable names for alerts or similar things * **readonly** (optional, defaults to False): If set to True it will only read the current settings from SD and stores them in a temporary file and does nothing else. This is useful when you want to find out some variable names for alerts or similar things
##Installation## ##Installation##
Download (or clone) the file serverdensity.py from the action_plugins directory and copy that into your custom action plugins directory which is defined in /etc/ansible/ansible.cfg. The default location for this is /usr/share/ansible_plugins/action_plugins Download (or clone) the file `serverdensity.py` from the `action_plugins` directory and copy that into your custom action plugins directory which is defined in `/etc/ansible/ansible.cfg`. The default location for this is `/usr/share/ansible_plugins/action_plugins`
##Usage## ##Usage##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment