revert the group_vars/all thing until that works upstream
This commit is contained in:
parent
4c5256e1ba
commit
9dd3a8a3e8
2 changed files with 2 additions and 14 deletions
|
@ -1,16 +1,3 @@
|
||||||
---
|
---
|
||||||
basedir: /srv/web/infra/ansible
|
#no vars here
|
||||||
private: /srv/private/ansible
|
|
||||||
files: /srv/web/infra/ansible/files
|
|
||||||
handlers: /srv/web/infra/ansible/handlers
|
|
||||||
tasks: /srv/web/infra/ansible/tasks
|
|
||||||
vars: /srv/web/infra/ansible/vars
|
|
||||||
is_fedora: "'$ansible_distribution' == 'Fedora'"
|
|
||||||
is_rhel: "'$ansible_distribution' == 'RedHat'"
|
|
||||||
dist_tag: unknown
|
|
||||||
auth_keys_from_fas: '/srv/web/infra/ansible/scripts/auth-keys-from-fas'
|
|
||||||
el6_qcow_id: ami-00000013
|
|
||||||
f18_qcow_id: ami-00000016
|
|
||||||
el6_ami_id: ami-0000000e
|
|
||||||
f17_qcow_id: ami-00000001
|
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- ${private}/vars.yml
|
- ${private}/vars.yml
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue