aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2016-11-07 20:15:26 +0100
committerKristian Lyngstol <kly@kly.no>2016-11-07 20:15:26 +0100
commit1645bca3aed66c2121fe6d8aaeea8405906723e2 (patch)
treeb4c00cde77a2bbc8255d1b295b962b14926889ac /ansible
parentfc1b028e555a3703fbc643965620dea919f3fe19 (diff)
Scaffolding for functional templating :D
Diffstat (limited to 'ansible')
-rw-r--r--ansible/playbook-test.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/ansible/playbook-test.yml b/ansible/playbook-test.yml
index ee35b04..7295395 100644
--- a/ansible/playbook-test.yml
+++ b/ansible/playbook-test.yml
@@ -26,9 +26,13 @@
volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ]
links: [ "gondul-db-test:db" ]
ports: "{{ front_ports }}"
+ - name: "gondul-templating-test"
+ volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ]
+ links: [ "gondul-front-test:gondul-front"]
+ ports: []
- name: "gondul-varnish-test"
volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ]
- links: [ "gondul-front-test:gondul-front", "gondul-graphite-test:gondul-graphite" ]
+ links: [ "gondul-front-test:gondul-front", "gondul-graphite-test:gondul-graphite", "gondul-templating-test:gondul-templating" ]
ports: "{{ varnish_ports }}"
- name: "gondul-snmp-test"
volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ]