diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-20 16:10:39 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-20 16:10:39 +0200 |
commit | 212753aa48e60ccc9cbd74a16f313cebc6d3cda6 (patch) | |
tree | b9b0a04232ce33f11c4ff17546460ca6a78e6f78 /ansible/group_vars | |
parent | d9cca77d0a13273ae595011d572c2f00de258d6d (diff) |
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.
Diffstat (limited to 'ansible/group_vars')
-rw-r--r-- | ansible/group_vars/front-test.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/group_vars/front-test.yml b/ansible/group_vars/front-test.yml new file mode 100644 index 0000000..33d5011 --- /dev/null +++ b/ansible/group_vars/front-test.yml @@ -0,0 +1,3 @@ +--- +front_ports: [ "80:80" ] +varnish_ports: [] |