diff options
Diffstat (limited to 'roles/users/tasks/main.yml')
-rw-r--r-- | roles/users/tasks/main.yml | 16 |
1 files changed, 0 insertions, 16 deletions
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 |