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'
loop: "{{ munin_node_plugins }}"
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
- name: enable additional plugins
@ -16,7 +16,7 @@
state: link
notify: restart munin-node
loop: "{{ munin_node_plugins }}"
# no_log: true
no_log: true
- name: copy additional plugin-config
ansible.builtin.copy:
@ -28,8 +28,7 @@
notify: restart munin-node
loop: "{{ munin_node_plugins }}"
when: item.config is defined
#no_log: true # wieder rien
no_log: true
- name: Ensure munin-node is running.
ansible.builtin.service: