blob: c35aab6a66a27bd17a5c795120500e3f9aede340 (
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: "caddy"
- name: "Git configure"
gather_facts: true
hosts:
- git.home.arpa
roles:
- role: "cgit"
|