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

17 lines
405 B
YAML
Raw Normal View History

---
- name: Setting up responsibleracoon
user:
name: responsibleracoon
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/responsibleracoon
- authorized_key:
user: responsibleracoon
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHTXIu7vbCSmasfLx/QeiO7ukgQeb5147aLH4XwWRXmk student@student000"