diff options
author | binary <me@rgoncalves.se> | 2020-11-19 14:14:47 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-19 14:14:47 +0100 |
commit | c284292bae1f98537b48f7ab45b3bdf42a8d8ac5 (patch) | |
tree | 7a428c6d972dc33876800ae5bf38e11598c02e83 /playbooks | |
parent | cdb2f94d105396c292c58b4263f6f92e0b5fa34a (diff) | |
download | infrastructure-c284292bae1f98537b48f7ab45b3bdf42a8d8ac5.tar.gz |
Add wireguard in network playbook
Diffstat (limited to 'playbooks')
-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: |