More path in clean server playbook
parent
b9d432bdc1
commit
27c7f4bdcb
|
@ -27,7 +27,6 @@
|
||||||
- os-prober # makes grub-install lag
|
- os-prober # makes grub-install lag
|
||||||
- python3-reportbug
|
- python3-reportbug
|
||||||
- ramond # remplaced by ra-guard on switchs
|
- ramond # remplaced by ra-guard on switchs
|
||||||
- rrdcached # old monitoring
|
|
||||||
register: apt_result
|
register: apt_result
|
||||||
retries: 3
|
retries: 3
|
||||||
until: apt_result is succeeded
|
until: apt_result is succeeded
|
||||||
|
@ -47,6 +46,18 @@
|
||||||
loop:
|
loop:
|
||||||
- /etc/cron.d/munin-crans
|
- /etc/cron.d/munin-crans
|
||||||
- /etc/cron.d/munin-node
|
- /etc/cron.d/munin-node
|
||||||
|
- /etc/munin
|
||||||
|
- /etc/icinga2
|
||||||
|
- /etc/nut
|
||||||
|
|
||||||
|
- name: install python3-requests
|
||||||
|
apt:
|
||||||
|
name: python3-requests
|
||||||
|
state: present
|
||||||
|
register: apt_result
|
||||||
|
retries: 3
|
||||||
|
until: apt_result is succeeded
|
||||||
|
|
||||||
|
|
||||||
# - name: Upgrade
|
# - name: Upgrade
|
||||||
# apt:
|
# apt:
|
||||||
|
|
Loading…
Reference in New Issue