From b8d90587492becebbc8828a79deee1edb0792083 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Fri, 8 Mar 2024 21:26:47 +0000 Subject: Add ssh role --- roles/users/tasks/main.yml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'roles/users/tasks/main.yml') diff --git a/roles/users/tasks/main.yml b/roles/users/tasks/main.yml index 864934a..f3df2df 100644 --- a/roles/users/tasks/main.yml +++ b/roles/users/tasks/main.yml @@ -14,19 +14,3 @@ # Group http required to deploy websites with rsync under personal # username. - http - -- name: Setup SSH directory for Dmitry Ilvokhin - ansible.builtin.file: - path: /home/d/.ssh - state: directory - owner: d - group: d - mode: u+rw,g-wx,o-rwx - -- name: Update authorized_keys for Dmitry Ilvokhin - ansible.posix.authorized_key: - user: d - state: present - key: '{{ item }}' - with_file: - - misc/pubkeys/d.pub -- cgit v1.2.3-70-g09d2