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
|
||||
ansible_dir_root: /srv/ansible
|
||||
ansible_dir_private: /srv/ansible-private
|
||||
ansible_private: /srv/ansible-private
|
||||
|
||||
# set group name with gid 0
|
||||
ansible_wheel: root
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
gather_facts: true
|
||||
|
||||
vars_files:
|
||||
- "{{ ansible_dir_private }}/vars.yml"
|
||||
- "{{ ansible_private }}/vars.yml"
|
||||
|
||||
roles:
|
||||
- base
|
||||
|
@ -39,6 +39,7 @@
|
|||
- role: nginx/site
|
||||
site: ldap02.foo.sh
|
||||
redirect: https://ldap.foo.sh/
|
||||
- role: nginx/site
|
||||
- role: nginx/site
|
||||
site: mirrors.foo.sh
|
||||
proxy: https://mirror01.home.foo.sh/
|
||||
|
|
Loading…
Add table
Reference in a new issue