1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
--- - hosts: all become: false roles: - basics vars: - images: - name: "gondul-front-test" links: [] ports: "{{ front_ports }}" - name: "gondul-varnish-test" links: [ "gondul-front-test:gondul-front" ] ports: "{{ varnish_ports }}" - name: "gondul-snmp-test" links: [ ] ports: []