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

16 lines
367 B
YAML
Raw Normal View History

2021-11-08 08:31:04 +00:00
---
- 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"