ansible/roles/shell/tasks/users/igor.yml
2020-06-23 00:11:43 +02:00

16 lines
333 B
YAML

---
- name: Setting up igor
user:
name: igor
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/igor
- authorized_key:
user: igor
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMDy+FMkM8Dhjj57dIZa6Aw3nvBIHiIzBU/rwNtOL20V"