aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/site.yml
blob: ca4554decf553974f19be420ff36d448bb29856c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
- hosts: all
  roles:
    - common
  vars:
    git_repo: https://github.com/gathering/gondul.git
    git_branch: master
- hosts: postgres
  become: true
  roles:
    - postgres
- hosts: web
  become: true
  roles:
    - web
- hosts: influx
  become: true
  roles:
    - influx
- hosts: ping
  become: true
  roles:
    - ping
- hosts: snmp
  become: true
  roles:
    - snmp