aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/network/localhost.yml
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2021-03-03 14:56:21 +0100
committerbinary <me@rgoncalves.se>2021-03-03 14:56:21 +0100
commit87a20622103d74eca59003ae2adac81bd6ffee9b (patch)
treefb925eb359ef1152e9733b145521df4c5dd0aea7 /playbooks/network/localhost.yml
parentc30043e5d82659aabe2991fa0f21b647558587ea (diff)
downloadinfrastructure-87a20622103d74eca59003ae2adac81bd6ffee9b.tar.gz
Start to refactor playbooks with include
Diffstat (limited to 'playbooks/network/localhost.yml')
-rw-r--r--playbooks/network/localhost.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/playbooks/network/localhost.yml b/playbooks/network/localhost.yml
new file mode 100644
index 0000000..4d87654
--- /dev/null
+++ b/playbooks/network/localhost.yml
@@ -0,0 +1,12 @@
+
+# network/localhost ~~ playbooks/network/localhost.yml
+# localhost network configuration
+
+---
+
+- hosts: localhost
+ gather_facts: no
+ roles:
+ - { role: sshdns }
+
+
remember that computers suck.