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

16 lines
413 B
YAML
Raw Normal View History

2020-01-14 15:26:41 +00:00
---
- name: Setting up noce
user:
name: noce
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/noce
- authorized_key:
user: noce
state: present
key: "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNZvlGEa+15tU1UEkDfcUq20LZLrimYUbHDMHooGAnvoOfT9+0QcAN59KxKA3mz3o0ZzP4gVwtOivEC6etyAfZk="