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

16 lines
394 B
YAML

---
- name: Setting up chorigato
user:
name: chorigato
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/chorigato
- authorized_key:
user: chorigato
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOf2r2VEA9ldiemW4jQz/Z4i14ayCd2GlqjeL74ZeuP9 atenea@atenea-Intel-powered-classmate-PC"