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:
Salt 2021-08-01 15:00:05 -05:00
parent a777f8c343
commit 79220bef76
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -6,8 +6,6 @@
roles:
- role: common
tags: [ common ]
- role: ansible-pull
tags: [ ansible, common ]
- role: adminuser
tags: [ adminuser, common ]
- role: sshd