sakhawkins account unenforced in ansible
This commit is contained in:
parent
e3ef169906
commit
f023b0fcd3
|
@ -117,7 +117,6 @@
|
|||
#- include: users/responsibleracoon.yml
|
||||
- include: users/ringo.yml
|
||||
#- include: users/riska.yml
|
||||
- include: users/sakhawkins.yml
|
||||
#- include: users/sancho.yml
|
||||
#- include: users/sata.yml
|
||||
- include: users/saturnv.yml
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
- name: Setting up sakhawkins
|
||||
user:
|
||||
name: sakhawkins
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/sakhawkins
|
||||
- authorized_key:
|
||||
user: sakhawkins
|
||||
state: present
|
||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPXSUzAyJMouTDP+auIXOiAxiHbYR4ovkS92O1aNuJjq"
|
Loading…
Reference in New Issue