diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 4450c70..fe73d5a 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -323,3 +323,4 @@ - include: users/ayb.yml - include: users/BiteDasher.yml - include: users/skydrome.yml +- include: users/hr7tesh.yml diff --git a/roles/shell/tasks/users/hr7tesh.yml b/roles/shell/tasks/users/hr7tesh.yml new file mode 100644 index 0000000..16bc9c3 --- /dev/null +++ b/roles/shell/tasks/users/hr7tesh.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up hr7tesh + user: + name: hr7tesh + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/hr7tesh +- authorized_key: + user: hr7tesh + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIENJInWtWVaWwRlvS5wmHd11hRLMqzWc5J7U4OaJX/B1 hr7te@Swordfish-II"