1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--- - name: "Proxy configure" gather_facts: true hosts: - proxy.home.arpa roles: - role: "caddy" - role: "cloudflared" - name: "Git configure" gather_facts: true hosts: - git.home.arpa roles: - role: "cgit"