From 6d8f8f36417baa237861adc551289ed9038a824f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 8 Oct 2015 00:01:30 +0000 Subject: [PATCH] Var files are also useful --- playbooks/update_ticketkey.yml | 5 +++++ .../templates/{02-ticketkey.conf.j2 => 02-ticketkey.conf} | 0 2 files changed, 5 insertions(+) rename roles/httpd/proxy/templates/{02-ticketkey.conf.j2 => 02-ticketkey.conf} (100%) 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