aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/playbook-test.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/playbook-test.yml')
-rw-r--r--ansible/playbook-test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/playbook-test.yml b/ansible/playbook-test.yml
index c2a8aa5..f110435 100644
--- a/ansible/playbook-test.yml
+++ b/ansible/playbook-test.yml
@@ -11,10 +11,10 @@
ports: []
- name: "gondul-front-test"
links: [ "gondul-db-test:db" ]
- ports: []
+ ports: "{{ front_ports }}"
- name: "gondul-varnish-test"
links: [ "gondul-front-test:gondul-front" ]
- ports: []
+ ports: "{{ varnish_ports }}"
- name: "gondul-collector-test"
links: [ "gondul-db-test:db" ]
ports: []