dfd
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 4s
ansible-lint / Ansible Lint (pull_request) Successful in 47s

This commit is contained in:
Michael Grote 2024-09-27 17:11:54 +02:00
parent e4260d7cad
commit 08f1bea16a

View file

@ -9,7 +9,7 @@
force_basic_auth: true force_basic_auth: true
loop: "{{ munin_node_plugins }}" loop: "{{ munin_node_plugins }}"
notify: restart munin-node notify: restart munin-node
#no_log: true no_log: true
check_mode: false # damit werden auch im check-mode die Plugins heruntergeladen, sonst schlägt der nächste Task fehl check_mode: false # damit werden auch im check-mode die Plugins heruntergeladen, sonst schlägt der nächste Task fehl
- name: Enable additional plugins - name: Enable additional plugins
@ -19,7 +19,7 @@
state: link state: link
notify: restart munin-node notify: restart munin-node
loop: "{{ munin_node_plugins }}" loop: "{{ munin_node_plugins }}"
#no_log: true no_log: true
- name: Template additional plugin-config - name: Template additional plugin-config
ansible.builtin.copy: ansible.builtin.copy:
@ -31,7 +31,7 @@
notify: restart munin-node notify: restart munin-node
loop: "{{ munin_node_plugins }}" loop: "{{ munin_node_plugins }}"
when: item.config is defined when: item.config is defined
#no_log: true no_log: true
- name: Ensure munin-node is running - name: Ensure munin-node is running
ansible.builtin.service: ansible.builtin.service: