Remove pull tag

Fuck it, we're doing it all
This commit is contained in:
Salt 2020-06-17 09:34:13 -05:00
parent 33f5af534e
commit bb59382d4c
4 changed files with 7 additions and 8 deletions

View File

@ -7,7 +7,7 @@ User=ansible
Group=ansible
Type=oneshot
Environment=ANSIBLE_CONFIG=~/ansible-pull-repo/ansible-pull.cfg
ExecStart=/usr/local/bin/ansible-pull --tags pull --accept-host-key -U "https://git.9iron.club/salt/ansible" -d "~/ansible-pull-repo" --vault-password-file "~/ansiblevaultpass" site.yml
ExecStart=/usr/local/bin/ansible-pull --accept-host-key -U "https://git.9iron.club/salt/ansible" -d "~/ansible-pull-repo" --vault-password-file "~/ansiblevaultpass" site.yml
[Install]
WantedBy=multi-user.target

View File

@ -111,4 +111,3 @@
state: reloaded
when: com_challenge is changed
become: yes
tags: [ pull ]

View File

@ -4,13 +4,13 @@
- hosts: all
roles:
- role: ansible-pull
tags: [ common, pull ]
tags: [ common ]
- role: common
tags: [ common, pull ]
tags: [ common ]
- role: zerotier
tags: [ common, zerotier, pull ]
tags: [ common, zerotier ]
- role: influxdb
tags: [ common, influxdb, pull ]
tags: [ common, influxdb ]
- role: user
vars:
user_username: salt
@ -25,7 +25,7 @@
62383065653836366431316461663862393130653761643937376565366435646665313961663534
64303363653631653433343361616635373966326433663466636164613062343561333036613937
35616666633737356331653632323639373330396433366639326466373639313630
tags: [ common, user, pull ]
tags: [ common, user ]
- import_playbook: home.yml
- import_playbook: webservers.yml
- import_playbook: gameservers.yml

View File

@ -9,7 +9,7 @@
- role: backups
vars:
backups_outdir: "/cold/backups"
tags: [ backups, pull ]
tags: [ backups ]
- role: dokuwiki
tags: [ web, dokuwiki ]
- role: gitea