diff options
-rw-r--r-- | playbooks/network.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/playbooks/network.yml b/playbooks/network.yml index c9ddecf..c80aea0 100644 --- a/playbooks/network.yml +++ b/playbooks/network.yml @@ -1,18 +1,17 @@ -# site.yml -# Deploy configuration to all servers. +# network ~~ playbooks/network.yml +# common network configuration --- - hosts: localhost tasks: - - include_role: - name: ssh - tasks_from: generate_dns.yml + - include_role: name=ssh tasks_from=generate_dns.yml - hosts: servers roles: - ssh + - wireguard - hosts: dcontroller roles: |