parent
a602075c17
commit
489d189725
|
@ -4,5 +4,7 @@ glob_mirror:
|
||||||
ip: 172.16.10.104
|
ip: 172.16.10.104
|
||||||
|
|
||||||
debian_mirror: http://mirror.adm.crans.org/debian
|
debian_mirror: http://mirror.adm.crans.org/debian
|
||||||
debian_components: main contrib non-free
|
ubuntu_mirror: http://mirror.adm.crans.org/ubuntu
|
||||||
proxmox_mirror: http://mirror.adm.crans.org/proxmox/debian/pve
|
proxmox_mirror: http://mirror.adm.crans.org/proxmox/debian/pve
|
||||||
|
debian_components: main contrib non-free
|
||||||
|
ubuntu_components: main restricted universe multiverse
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
# Parameters for debian and ubuntu mirror
|
|
||||||
debian_mirror: http://mirror.adm.crans.org/debian
|
|
||||||
ubuntu_mirror: http://mirror.adm.crans.org/ubuntu
|
|
||||||
debian_components: main contrib non-free
|
|
||||||
ubuntu_components: main restricted universe multiverse
|
|
|
@ -8,6 +8,5 @@
|
||||||
- hosts: server
|
- hosts: server
|
||||||
vars:
|
vars:
|
||||||
borg: '{{ glob_borg | default({}) | combine(loc_borg | default({})) }}'
|
borg: '{{ glob_borg | default({}) | combine(loc_borg | default({})) }}'
|
||||||
mirror: '{{ glob_mirror | default({}) | combine(loc_mirror | default({})) }}'
|
|
||||||
roles:
|
roles:
|
||||||
- borgbackup-client
|
- borgbackup-client
|
||||||
|
|
Loading…
Reference in New Issue