Adding user hunam
This commit is contained in:
parent
5f5a315895
commit
247e57618a
|
@ -337,3 +337,4 @@
|
||||||
- include: users/croffle.yml
|
- include: users/croffle.yml
|
||||||
- include: users/serioux.yml
|
- include: users/serioux.yml
|
||||||
- include: users/mahkno.yml
|
- include: users/mahkno.yml
|
||||||
|
- include: users/hunam.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up hunam
|
||||||
|
user:
|
||||||
|
name: hunam
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/hunam
|
||||||
|
- authorized_key:
|
||||||
|
user: hunam
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBl40iHmI39Qv6ciYMzIkuludd43rSZ7yncZGOZI/jSq"
|
Loading…
Reference in New Issue