From 48cbb3295f56223d18cb8555287ee7e78e938788 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Tue, 23 Jun 2020 00:11:43 +0200 Subject: [PATCH] Adding user igor --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/igor.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/igor.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index d335c2f..419dbf4 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -241,3 +241,4 @@ - include: users/farooqkz.yml - include: users/hellspawn.yml - include: users/kuldar.yml +- include: users/igor.yml diff --git a/roles/shell/tasks/users/igor.yml b/roles/shell/tasks/users/igor.yml new file mode 100644 index 0000000..56b9be5 --- /dev/null +++ b/roles/shell/tasks/users/igor.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up igor + user: + name: igor + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/igor +- authorized_key: + user: igor + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMDy+FMkM8Dhjj57dIZa6Aw3nvBIHiIzBU/rwNtOL20V"