diff options
Diffstat (limited to 'service.yml')
| -rw-r--r-- | service.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/service.yml b/service.yml index 7fbccd8f..18a89540 100644 --- a/service.yml +++ b/service.yml @@ -1,4 +1,11 @@ --- +- name: "Proxy configure" + gather_facts: true + hosts: + - proxy.home.arpa + roles: + - role: "proxy" + - name: "Git configure" gather_facts: true hosts: |
