image du service back recup depuis dockerhub

This commit is contained in:
Alexandre Chevalier
2026-02-14 16:59:52 +01:00
parent 51aeb014f4
commit 204c890eeb
6 changed files with 78 additions and 56 deletions

View File

@@ -55,17 +55,17 @@
# Munin Configuration
#https://stackoverflow.com/questions/77941169/ansible-add-line-update-etc-hosts-when-outdated
- name: Install Munin Node
ansible.builtin.lineinfile:
path: /etc/munin/munin-node.conf
regexp: '^allow'
line: "allow ^127\\.0\\.0\\.1$"
- name: Restart munin-node
systemd:
name: munin-node
state: restarted
enabled: yes
# - name: Install Munin Node
# ansible.builtin.lineinfile:
# path: /etc/munin/munin-node.conf
# regexp: '^allow'
# line: "allow ^127\\.0\\.0\\.1$"
#
# - name: Restart munin-node
# systemd:
# name: munin-node
# state: restarted
# enabled: yes
- name: Install Docker plugins
apt: