Merge branch 'first_run' into 'newinfra'

Configure borgbackup and monitoring on first Ansible run

See merge request nounous/ansible!145
certbot_on_virtu
_pollion 2020-12-30 13:35:45 +01:00
commit d9addc0738
1 changed files with 9 additions and 0 deletions

View File

@ -83,3 +83,12 @@
register: apt_result
retries: 3
until: apt_result is succeeded
- hosts: server
vars:
borg: '{{ glob_borg | default({}) | combine(loc_borg | default({})) }}'
mirror: '{{ glob_mirror | default({}) | combine(loc_mirror | default({})) }}'
roles:
- borgbackup-client
- include_playbok: monitoring.yml