blob: 18a89540feeb090572379cbb78bd08e2e589dc63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
- name: "Proxy configure"
gather_facts: true
hosts:
- proxy.home.arpa
roles:
- role: "proxy"
- name: "Git configure"
gather_facts: true
hosts:
- git.home.arpa
roles:
- role: "cgit"
|