Skip to content
Snippets Groups Projects
Commit d9addc07 authored by Maxime Bombar's avatar Maxime Bombar
Browse files

Merge branch 'first_run' into 'newinfra'

Configure borgbackup and monitoring on first Ansible run

See merge request !145
parents fa25780c a16007c3
No related branches found
No related tags found
1 merge request!145Configure borgbackup and monitoring on first Ansible run
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment