image du service back recup depuis dockerhub
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user