Website files all pulled
This commit is contained in:
parent
3ae1c32cff
commit
3a6cf70062
10
infra/static-vultr/ansible/playbooks/pull-s3-buckets.yml
Normal file
10
infra/static-vultr/ansible/playbooks/pull-s3-buckets.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
- hosts: webhost
|
||||||
|
remote_user: root
|
||||||
|
tasks:
|
||||||
|
- name: Pull down all sites from S3
|
||||||
|
shell: bash /opt/nginx/pull-down-s3.sh {{ item }}
|
||||||
|
loop:
|
||||||
|
- shockrah.xyz
|
||||||
|
- resume.shockrah.xyz
|
||||||
|
- temper.tv
|
Loading…
Reference in New Issue
Block a user