From 21ec827696a97e0d2c5c6c7de5dd77cefd98638c Mon Sep 17 00:00:00 2001 From: Naglfar Date: Mon, 8 Nov 2021 09:31:04 +0100 Subject: [PATCH] Adding user noisytoot --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/noisytoot.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/noisytoot.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index ff5705f..9580249 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 0000000..51d6389 --- /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"