include vars in some more hardware playbooks

This commit is contained in:
Kevin Fenzi 2018-11-19 00:35:07 +00:00
parent 0c363a77a6
commit 246ae4818c
2 changed files with 2 additions and 0 deletions

View file

@ -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:

View file

@ -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"