From 212753aa48e60ccc9cbd74a16f313cebc6d3cda6 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Fri, 20 May 2016 16:10:39 +0200 Subject: Ansible: Add group_vars and expose port 80 by default A thousand ways to override front_ports and varnish_ports now, so this concept should work well. Might just move the variables into the inventory file itself, we'll see. --- ansible/inventory-localhost | 1 + 1 file changed, 1 insertion(+) (limited to 'ansible/inventory-localhost') diff --git a/ansible/inventory-localhost b/ansible/inventory-localhost index 2302eda..7cc7a20 100644 --- a/ansible/inventory-localhost +++ b/ansible/inventory-localhost @@ -1 +1,2 @@ +[front-test] localhost ansible_connection=local -- cgit v1.2.3