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: ...@@ -5,14 +5,14 @@ galaxy_info:
company: "PARAGON Executive Services GmbH" company: "PARAGON Executive Services GmbH"
min_ansible_version: 1.5 min_ansible_version: 1.5
platforms: platforms:
- name: Ubuntu - name: Ubuntu
versions: versions:
- precise - precise
- quantal - quantal
- raring - raring
- saucy - saucy
- trusty - trusty
categories: categories:
- monitoring - monitoring
dependencies: [] dependencies: []
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
- block: - block:
- import_tasks: serverdensity.yml - import_tasks: serverdensity.yml
when: sd_api_token != '' when: sd_api_token != ''
when: not excluded_roles or "serverdensity" not in excluded_roles when: not excluded_roles or "serverdensity" not in excluded_roles
...@@ -5,11 +5,12 @@ ...@@ -5,11 +5,12 @@
when: sd_uninstallv1 when: sd_uninstallv1
- name: Init SD plugin - name: Init SD plugin
local_action: serverdensity serverdensity:
api_token: '{{ sd_api_token }}' api_token: '{{ sd_api_token }}'
cleanup: '{{ sd_alert_cleanup }}' cleanup: '{{ sd_alert_cleanup }}'
force: '{{ sd_force_update }}' force: '{{ sd_force_update }}'
cache: '{{ sd_api_cache_file }}' cache: '{{ sd_api_cache_file }}'
delegate_to: localhost
when: sd_update_remote when: sd_update_remote
- name: Install Public Repo Key - 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