+ New vars for beta
This commit is contained in:
parent
25826c90a8
commit
d0b58cbb9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ playbooks/hosts.ini
|
|||||||
playbooks/.ssh/
|
playbooks/.ssh/
|
||||||
playbooks/.env/
|
playbooks/.env/
|
||||||
playbooks/alpha/searx/settings.yml
|
playbooks/alpha/searx/settings.yml
|
||||||
|
playbooks/beta/vars/*.yml
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
- hosts: web
|
- hosts: web
|
||||||
remote_user: web
|
remote_user: web
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Fetch variables from role specific vars file
|
||||||
|
include_vars:
|
||||||
|
file: ../vars/main.yml
|
||||||
- name: Push out resume public content
|
- name: Push out resume public content
|
||||||
copy:
|
copy:
|
||||||
src: "{{RESUME_LOCAL_PUBLIC}}/public"
|
src: "{{RESUME_LOCAL_PUBLIC}}/public"
|
||||||
|
Loading…
Reference in New Issue
Block a user