diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-11-15 21:09:26 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-11-15 21:09:26 +0100 |
commit | 4a6d5548c50137f1f1e8c8b67bea2d851eae7f69 (patch) | |
tree | 88542714c06bd4ffd3efc3e0f61af08d5daed228 /ansible | |
parent | 0ed665e8ae4cb579e070ee7d294cfc833c8293ba (diff) |
Expose grafana too
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/playbook-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/playbook-test.yml b/ansible/playbook-test.yml index d9973c7..c125160 100644 --- a/ansible/playbook-test.yml +++ b/ansible/playbook-test.yml @@ -28,7 +28,7 @@ ports: [] - name: "gondul-varnish-test" volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ] - links: [ "gondul-front-test:gondul-front", "gondul-graphite-test:gondul-graphite", "gondul-templating-test:gondul-templating" ] + links: [ "gondul-front-test:gondul-front", "gondul-graphite-test:gondul-graphite", "gondul-templating-test:gondul-templating", "gondul-grafana-test:gondul-grafana" ] ports: "{{ varnish_ports }}" - name: "gondul-collector-test" volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ] |