Disable ansible-pull for most systems
From now on, nightly plays triggered by GitLab will be standard. Desktops will still use an ansible-pull configuration as there is no guarantee that they will be available at 1AM.
This commit is contained in:
parent
a777f8c343
commit
79220bef76
@ -11,6 +11,8 @@
|
||||
mount: path=/nfs/pi-storage-1.desu.ltd src=pi-storage-1.desu.ltd:/srv/nfs fstype=nfs4 opts="rsize=10248576,wsize=1048576,soft,timeo=600,retrans=2" state=mounted
|
||||
tags: [ desktop, nfs ]
|
||||
roles:
|
||||
- role: ansible-pull
|
||||
tags: [ ansible, desktop ]
|
||||
- role: backup
|
||||
vars:
|
||||
backup_s3backup_tar_args_extra: h
|
||||
|
Loading…
Reference in New Issue
Block a user