diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index ff5705f7..9580249e 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -378,3 +378,4 @@ - include: users/alinur.yml - include: users/elric.yml - include: users/teriyake.yml +- include: users/noisytoot.yml diff --git a/roles/shell/tasks/users/noisytoot.yml b/roles/shell/tasks/users/noisytoot.yml new file mode 100644 index 00000000..51d6389d --- /dev/null +++ b/roles/shell/tasks/users/noisytoot.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up noisytoot + user: + name: noisytoot + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/noisytoot +- authorized_key: + user: noisytoot + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBcCE5m2MQfq07iT2eX5OOLsWoWOai7gKaeH3KchAaVz ron@bombshell"