diff --git a/playbooks/update_ticketkey.yml b/playbooks/update_ticketkey.yml index b2fd14af74..7bcf2e6052 100644 --- a/playbooks/update_ticketkey.yml +++ b/playbooks/update_ticketkey.yml @@ -2,6 +2,11 @@ hosts: proxies:proxies-stg user: root + vars_files: + - /srv/web/infra/ansible/vars/global.yml + - "/srv/private/ansible/vars.yml" + - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + handlers: - include: "{{ handlers }}/restart_services.yml" diff --git a/roles/httpd/proxy/templates/02-ticketkey.conf.j2 b/roles/httpd/proxy/templates/02-ticketkey.conf similarity index 100% rename from roles/httpd/proxy/templates/02-ticketkey.conf.j2 rename to roles/httpd/proxy/templates/02-ticketkey.conf