diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-11-11 16:03:49 +0100 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-11-11 16:03:49 +0100 |
commit | c951fe102a26f9c771df8320c16b5625a9ade5f9 (patch) | |
tree | 7ff0e22b8a266653ae407a0d19ad880a3ec60493 /ansible | |
parent | 179ee8ee548e9eac057a02dc6f626b5c27803fd3 (diff) |
Tweak build-order to reduce itchyness
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/playbook-test.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible/playbook-test.yml b/ansible/playbook-test.yml index 7295395..d9973c7 100644 --- a/ansible/playbook-test.yml +++ b/ansible/playbook-test.yml @@ -18,10 +18,6 @@ volumes: [ "{{ pwd.stdout }}/:/opt/gondul" , "{{ pwd.stdout }}/data/grafana:/var/lib/grafana" ] links: ["gondul-graphite-test:graphite" ] ports: [] - - name: "gondul-collector-test" - volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ] - links: [ "gondul-db-test:db", "gondul-graphite-test:graphite" ] - ports: [] - name: "gondul-front-test" volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ] links: [ "gondul-db-test:db" ] @@ -34,6 +30,10 @@ volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ] links: [ "gondul-front-test:gondul-front", "gondul-graphite-test:gondul-graphite", "gondul-templating-test:gondul-templating" ] ports: "{{ varnish_ports }}" + - name: "gondul-collector-test" + volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ] + links: [ "gondul-db-test:db", "gondul-graphite-test:graphite" ] + ports: [] - name: "gondul-snmp-test" volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ] links: [ "gondul-db-test:db", "gondul-graphite-test:graphite" ] |