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 Group=ansible
Type=oneshot Type=oneshot
Environment=ANSIBLE_CONFIG=~/ansible-pull-repo/ansible-pull.cfg 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] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View File

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

View File

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

View File

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