diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 0eb80d5..4396cdd 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -24,3 +24,4 @@ - include: users/voynich.yml - include: users/xhafa.yml - include: users/samsara.yml +- include: users/mcornick.yml diff --git a/roles/shell/tasks/users/mcornick.yml b/roles/shell/tasks/users/mcornick.yml new file mode 100644 index 0000000..f46efbe --- /dev/null +++ b/roles/shell/tasks/users/mcornick.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up mcornick + user: + name: mcornick + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/mcornick +- authorized_key: + user: mcornick + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL25/CkyKSTZVLsSCK+gFEWTVJC9Bmibpc7X7ucGTX7f"