redeployment forgejo + setup ldap #1

Merged
mg merged 123 commits from gb into master 2024-04-04 09:48:10 +02:00
Showing only changes of commit 696a0de9c3 - Show all commits

View file

@ -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: