23 lines
404 B
YAML
23 lines
404 B
YAML
ldap:
|
|
local: False
|
|
servers: ["172.16.1.1"]
|
|
base: "dc=crans,dc=org"
|
|
|
|
|
|
# Parameters for debian mirror
|
|
debian_mirror: http://mirror.adm.crans.org/debian
|
|
debian_components: main non-free
|
|
|
|
|
|
glob_borg:
|
|
to_backup:
|
|
- /etc
|
|
- /var
|
|
remote:
|
|
- borg@zephir.adm.crans.org:/backup/borg/{{ ansible_hostname }}
|
|
retention:
|
|
- ["daily", 4]
|
|
- ["monthly", 6]
|
|
consistency_check:
|
|
- disabled
|