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

16 lines
654 B
YAML

---
- name: Setting up jundi
user:
name: jundi
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/jundi
- authorized_key:
user: jundi
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAlGZwJ7Xn+9uUSfS2tg5hFCMJhr1KuKumSdUUl+1YJOt4MLr9iwCosbatFbZWkCbA0o0MmAJI9a2zwlrwMW8MSYgQxmbQIosQ9X1cTsjA4sauXS2TjiYTlt75aHExMdD6VHOI/l50VVoGt6+ki74tsjBacsLRRjQi6ZznXfGbYPcLg+A6m8Bu3v/nTYf0SBv/1BrrjakoVu8uZT9yjrabyVkig8e00NFDXcjObFZrr1qJ6CoVRtNbg1RWgTxd4KEFW7Wf6mYKW8rUI3d5u8O/eNvc8Od4lOPZUuoETJR7yO1lMpRzf5Dfe8fJUH1r3SNd+d4AbgjsEcoCaQuFJbfjwQ== rsa-key-20190125"