From ce47d7837166bbc80dbb264440614c5efb9f61ec Mon Sep 17 00:00:00 2001 From: deepend Date: Fri, 7 Jul 2023 18:46:59 -0600 Subject: [PATCH] Adding user voynich --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/voynich.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/voynich.yml 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"