redeployment forgejo + setup ldap #1
1 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
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
|
||||||
|
@ -16,7 +16,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: copy additional plugin-config
|
- name: copy additional plugin-config
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
@ -28,8 +28,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 # wieder rien
|
|
||||||
|
|
||||||
- name: Ensure munin-node is running.
|
- name: Ensure munin-node is running.
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
|
|
Loading…
Add table
Reference in a new issue