More path in clean server playbook

certbot_on_virtu
Alexandre Iooss 2019-12-10 16:28:45 +01:00
parent b9d432bdc1
commit 27c7f4bdcb
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 12 additions and 1 deletions

View File

@ -27,7 +27,6 @@
- os-prober # makes grub-install lag
- python3-reportbug
- ramond # remplaced by ra-guard on switchs
- rrdcached # old monitoring
register: apt_result
retries: 3
until: apt_result is succeeded
@ -47,6 +46,18 @@
loop:
- /etc/cron.d/munin-crans
- /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
# apt: