n0a110w account unenforced in ansible
This commit is contained in:
parent
1dffaf65a5
commit
ec88c7f2ad
|
@ -173,7 +173,6 @@
|
|||
- include: users/pluto.yml
|
||||
- include: users/roygbiv.yml
|
||||
- include: users/neotux.yml
|
||||
- include: users/n0a110w.yml
|
||||
- include: users/stern.yml
|
||||
- include: users/cypher.yml
|
||||
- include: users/pkuz.yml
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
- name: Setting up n0a110w
|
||||
user:
|
||||
name: n0a110w
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/n0a110w
|
||||
- authorized_key:
|
||||
user: n0a110w
|
||||
state: present
|
||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDrQ8BbykGnaowGwEfXh5LCxTXHU9DC7jr/nCf5jONVo"
|
Loading…
Reference in New Issue