aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/group_vars
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2017-03-14 16:06:35 +0100
committerKristian Lyngstol <kristian@bohemians.org>2017-03-14 16:06:35 +0100
commitc2168f5f27f41ab2de6dc30d70d7627926bbec83 (patch)
treef3d6d9a9b53284cfd8b8a214340918e057481012 /ansible/group_vars
parent8fbd4f9ac58002f67eccc5fb78afc95d28584f52 (diff)
Move ansible-stuff one directory up
This fixes the ansible 2.1? 2.2? issue where they changed what is considered PWD.
Diffstat (limited to 'ansible/group_vars')
-rw-r--r--ansible/group_vars/front-test.yml3
-rw-r--r--ansible/group_vars/prod.yml3
2 files changed, 0 insertions, 6 deletions
diff --git a/ansible/group_vars/front-test.yml b/ansible/group_vars/front-test.yml
deleted file mode 100644
index 51d4672..0000000
--- a/ansible/group_vars/front-test.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-front_ports: []
-varnish_ports: ["80:80"]
diff --git a/ansible/group_vars/prod.yml b/ansible/group_vars/prod.yml
deleted file mode 100644
index dfb8f6a..0000000
--- a/ansible/group_vars/prod.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-front_ports: [ ]
-varnish_ports: [ "80:80" ]