2021-12-28 07:42:17 +00:00
|
|
|
---
|
|
|
|
- hosts: web
|
|
|
|
remote_user: web
|
|
|
|
tasks:
|
2022-01-11 01:08:45 +00:00
|
|
|
- name: Fetch variables from role specific vars file
|
|
|
|
include_vars:
|
|
|
|
file: ../vars/main.yml
|
2021-12-28 07:42:17 +00:00
|
|
|
- name: Push out resume public content
|
|
|
|
copy:
|
2022-10-10 16:58:52 +00:00
|
|
|
src: "{{RESUME_LOCAL_PUBLIC}}/public/"
|
2022-02-09 03:21:14 +00:00
|
|
|
dest: /var/www/resume.shockrah.xyz
|