Adding user noisytoot

This commit is contained in:
Blade of Darkness 2021-11-08 09:31:04 +01:00
parent 6dcde2d46a
commit 21ec827696
2 changed files with 16 additions and 0 deletions

View File

@ -378,3 +378,4 @@
- include: users/alinur.yml
- include: users/elric.yml
- include: users/teriyake.yml
- include: users/noisytoot.yml

View File

@ -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"