include vars in some more hardware playbooks
This commit is contained in:
parent
0c363a77a6
commit
246ae4818c
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
- { role: openvpn/client, when: datacenter != "phx2" }
|
||||
|
||||
pre_tasks:
|
||||
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
|
||||
tasks:
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
pre_tasks:
|
||||
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue