ansible/roles/shell/tasks/users/noisytoot.yml

16 lines
367 B
YAML

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