aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/sshdns.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/sshdns.yml')
-rw-r--r--playbooks/sshdns.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/playbooks/sshdns.yml b/playbooks/sshdns.yml
new file mode 100644
index 0000000..a73624c
--- /dev/null
+++ b/playbooks/sshdns.yml
@@ -0,0 +1,13 @@
+
+# sshdns.yml
+# bind host to dns for ssh
+
+---
+
+- hosts: localhost
+
+ tasks:
+
+ - include_role:
+ name: ssh
+ tasks_from: generate_dns
remember that computers suck.