rename ansible_dir_private to ansible_private
This commit is contained in:
parent
b13fbe1c2a
commit
bc51574113
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
# set some ansible directories
|
# set some ansible directories
|
||||||
ansible_dir_root: /srv/ansible
|
ansible_dir_root: /srv/ansible
|
||||||
ansible_dir_private: /srv/ansible-private
|
ansible_private: /srv/ansible-private
|
||||||
|
|
||||||
# set group name with gid 0
|
# set group name with gid 0
|
||||||
ansible_wheel: root
|
ansible_wheel: root
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- "{{ ansible_dir_private }}/vars.yml"
|
- "{{ ansible_private }}/vars.yml"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
@ -39,6 +39,7 @@
|
||||||
- role: nginx/site
|
- role: nginx/site
|
||||||
site: ldap02.foo.sh
|
site: ldap02.foo.sh
|
||||||
redirect: https://ldap.foo.sh/
|
redirect: https://ldap.foo.sh/
|
||||||
|
- role: nginx/site
|
||||||
- role: nginx/site
|
- role: nginx/site
|
||||||
site: mirrors.foo.sh
|
site: mirrors.foo.sh
|
||||||
proxy: https://mirror01.home.foo.sh/
|
proxy: https://mirror01.home.foo.sh/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue