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

ansible-playbooks/general#85 Linting

parent 217253e4
No related branches found
No related tags found
No related merge requests found
......@@ -5,14 +5,14 @@ galaxy_info:
company: "PARAGON Executive Services GmbH"
min_ansible_version: 1.5
platforms:
- name: Ubuntu
versions:
- precise
- quantal
- raring
- saucy
- trusty
- name: Ubuntu
versions:
- precise
- quantal
- raring
- saucy
- trusty
categories:
- monitoring
- monitoring
dependencies: []
......@@ -9,7 +9,7 @@
- block:
- import_tasks: serverdensity.yml
when: sd_api_token != ''
- import_tasks: serverdensity.yml
when: sd_api_token != ''
when: not excluded_roles or "serverdensity" not in excluded_roles
......@@ -5,11 +5,12 @@
when: sd_uninstallv1
- name: Init SD plugin
local_action: serverdensity
serverdensity:
api_token: '{{ sd_api_token }}'
cleanup: '{{ sd_alert_cleanup }}'
force: '{{ sd_force_update }}'
cache: '{{ sd_api_cache_file }}'
delegate_to: localhost
when: sd_update_remote
- name: Install Public Repo Key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment