diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 324410e..269ec01 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -21,3 +21,4 @@ - include: users/computertech.yml - include: users/haivets.yml - include: users/redhat.yml +- include: users/voynich.yml diff --git a/roles/shell/tasks/users/voynich.yml b/roles/shell/tasks/users/voynich.yml new file mode 100644 index 0000000..599b425 --- /dev/null +++ b/roles/shell/tasks/users/voynich.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up voynich + user: + name: voynich + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/voynich +- authorized_key: + user: voynich + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILEqZYkWn+hu7Sqpy/BAwlQHm76LfOfNLW4LjeTERS3V voynich@copland"