diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 8b6a456..0f72939 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -48,3 +48,4 @@ - include: users/txtcat.yml - include: users/memo.yml - include: users/xev.yml +- include: users/11kb.yml diff --git a/roles/shell/tasks/users/11kb.yml b/roles/shell/tasks/users/11kb.yml new file mode 100644 index 0000000..bf1d963 --- /dev/null +++ b/roles/shell/tasks/users/11kb.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up 11kb + user: + name: 11kb + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/11kb +- authorized_key: + user: 11kb + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHRwxMpLuryZbPTFt6pkhPplfbJPqxTqrx87Ds6ouSCR"