+ Base plays for updating all static sites
This commit is contained in:
15
playbooks/beta/websites/update-resume.yml
Normal file
15
playbooks/beta/websites/update-resume.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- hosts: web
|
||||
remote_user: web
|
||||
tasks:
|
||||
- name: Push out resume public content
|
||||
copy:
|
||||
src: "{{RESUME_LOCAL_PUBLIC}}/public"
|
||||
dest: /var/www/
|
||||
- name: Remove old content
|
||||
file:
|
||||
path: /var/www/resume.shockrah.xyz
|
||||
state: absent
|
||||
|
||||
- name: Pull up resume content
|
||||
command: mv /var/www/public /var/www/resume.shockrah.xyz
|
||||
Reference in New Issue
Block a user