diff --git a/group_vars/all.yml b/group_vars/all.yml index 494e3a6..dfb09cf 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -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 diff --git a/playbooks/proxy.yml b/playbooks/proxy.yml index d9a7d16..2af9319 100644 --- a/playbooks/proxy.yml +++ b/playbooks/proxy.yml @@ -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/