Delegate_to and vars files conflict
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
fda8f75411
commit
d8c972ddb5
1 changed files with 17 additions and 0 deletions
|
@ -31,6 +31,23 @@
|
|||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: deploy service-specific keytab (just for production)
|
||||
hosts: nagios
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- role: keytab/service
|
||||
kt_location: /etc/httpd/admin.keytab
|
||||
service: HTTP
|
||||
host: admin.fedoraproject.org
|
||||
- nagios/server
|
||||
|
||||
- name: deploy service-specific config (just for production)
|
||||
hosts: nagios
|
||||
user: root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue