openscanhub: add vars_files
in the playbook
These are required to run the playbook. Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
e88add7dd1
commit
97e479df39
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
|||
user: root
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- /srv/private/ansible/vars.yml
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
vars:
|
||||
- ocp4: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue