aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/playbook-prod.yml
blob: e0e778b978afa509423405b0a1a125d430edc57d (plain)
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: []