diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index af459ea..b1a3273 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -320,3 +320,4 @@ - include: users/kazuya.yml - include: users/contempt.yml - include: users/pentacles.yml +- include: users/illiliti.yml diff --git a/roles/shell/tasks/users/illiliti.yml b/roles/shell/tasks/users/illiliti.yml new file mode 100644 index 0000000..1f63461 --- /dev/null +++ b/roles/shell/tasks/users/illiliti.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up illiliti + user: + name: illiliti + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/illiliti +- authorized_key: + user: illiliti + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ02e7bUrCJcsPcSBS0ZhsrNSUkATw4CsFRj/++RqaQ9"