aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/network/localhost.yml
diff options
context:
space:
mode:
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.