diff options
Diffstat (limited to 'roles/ssh_dns/tasks')
-rw-r--r-- | roles/ssh_dns/tasks/main.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/roles/ssh_dns/tasks/main.yml b/roles/ssh_dns/tasks/main.yml deleted file mode 100644 index 0942e68..0000000 --- a/roles/ssh_dns/tasks/main.yml +++ /dev/null @@ -1,16 +0,0 @@ - -# ssh dns ~~ roles/ssh_dns/tasks/main.yml -# generate dns for ssh use on workstations - ---- - -- name: create config directory - file: - path: "{{ lookup('env', 'HOME') }}/.ssh/config.d" - state: directory - mode: 0700 - -- name: Generate template to localhost - template: - src: templates/generate_dns.j2 - dest: "{{ lookup('env', 'HOME') }}/.ssh/config.d/ssh_dns" |