diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-06-28 10:00:17 +0200 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-06-28 10:00:17 +0200 |
commit | 2f11df576dbf42be2a6c53145da12c2794e6138e (patch) | |
tree | 25c23f1aacffb9c372de57e03dd52bfd6dd1cd3b | |
parent | 7b16869513588abe41516e05817d6dabc646fb72 (diff) |
Add DX prod ansible-stuff
-rw-r--r-- | ansible/group_vars/prod.yml | 3 | ||||
-rw-r--r-- | ansible/inventory-dx | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ansible/group_vars/prod.yml b/ansible/group_vars/prod.yml new file mode 100644 index 0000000..dfb8f6a --- /dev/null +++ b/ansible/group_vars/prod.yml @@ -0,0 +1,3 @@ +--- +front_ports: [ ] +varnish_ports: [ "80:80" ] diff --git a/ansible/inventory-dx b/ansible/inventory-dx new file mode 100644 index 0000000..365c31b --- /dev/null +++ b/ansible/inventory-dx @@ -0,0 +1,2 @@ +[prod] +localhost ansible_connection=local |