From b232b894c3cbe087c8d504e91637dcf62199eed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Thu, 29 Jul 2021 17:00:20 +0200 Subject: Bump to third revision of homelab --- roles/_workstation/sshdns/tasks/main.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 roles/_workstation/sshdns/tasks/main.yml (limited to 'roles/_workstation/sshdns/tasks') diff --git a/roles/_workstation/sshdns/tasks/main.yml b/roles/_workstation/sshdns/tasks/main.yml deleted file mode 100644 index daf8f61..0000000 --- a/roles/_workstation/sshdns/tasks/main.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- - -- name: create config directory - file: - path: '/home/{{ _ws_user }}/.ssh/config.d' - state: directory - group: '{{ _ws_user }}' - owner: '{{ _ws_user }}' - mode: '0700' - -- name: generate template to localhost - template: - src: templates/sshdns.j2 - dest: '/home/{{ _ws_user }}//.ssh/config.d/ssh_dns' - owner: '{{ _ws_user }}' - group: '{{ _ws_user }}' - mode: '0600' -- cgit v1.2.3