Merge branch 'first_run' into 'newinfra'
Configure borgbackup and monitoring on first Ansible run See merge request nounous/ansible!145certbot_on_virtu
commit
d9addc0738
|
@ -83,3 +83,12 @@
|
||||||
register: apt_result
|
register: apt_result
|
||||||
retries: 3
|
retries: 3
|
||||||
until: apt_result is succeeded
|
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
|
||||||
|
|
Loading…
Reference in New Issue