aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/network.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/network.yml b/playbooks/network.yml
index c80aea0..b0c5448 100644
--- a/playbooks/network.yml
+++ b/playbooks/network.yml
@@ -5,14 +5,14 @@
---
- hosts: localhost
- tasks:
- - include_role: name=ssh tasks_from=generate_dns.yml
+ roles:
+ - { role: ssh_dns }
- hosts: servers
roles:
- - ssh
- - wireguard
+ - { role: sshd }
+ - { role: wireguard }
- hosts: dcontroller
roles:
- - pf
+ - { role: pf }
remember that computers suck.