aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/network.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/network.yml')
-rw-r--r--playbooks/network.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/playbooks/network.yml b/playbooks/network.yml
index b0c5448..1e8206b 100644
--- a/playbooks/network.yml
+++ b/playbooks/network.yml
@@ -5,13 +5,19 @@
---
- hosts: localhost
+ gather_facts: no
roles:
- { role: ssh_dns }
+- hosts: all
+ gather_facts: no
+ roles:
+ - { role: wireguard }
+
- hosts: servers
roles:
+ - { role: dns }
- { role: sshd }
- - { role: wireguard }
- hosts: dcontroller
roles:
remember that computers suck.