aewens account unenforced in ansible
This commit is contained in:
parent
c4bb87d436
commit
0d62ef085a
|
@ -19,7 +19,6 @@
|
||||||
#- include: users/abah.yml
|
#- include: users/abah.yml
|
||||||
#- include: users/abimks.yml
|
#- include: users/abimks.yml
|
||||||
- include: users/adam.yml
|
- include: users/adam.yml
|
||||||
#- include: users/aewens.yml
|
|
||||||
#- include: users/akoeabi.yml
|
#- include: users/akoeabi.yml
|
||||||
- include: users/amcclure.yml
|
- include: users/amcclure.yml
|
||||||
#- include: users/andro.yml
|
#- include: users/andro.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up aewens
|
|
||||||
user:
|
|
||||||
name: aewens
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/aewens
|
|
||||||
- authorized_key:
|
|
||||||
user: aewens
|
|
||||||
state: present
|
|
||||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDD4N3HnFyO1fmiaxoOhQ+WL0eMQyq0o9E9VlTup8+zM4lVvcJ5yWG2cTt68g8znRsN36ZmmQHLbcN+rHXbkzkVKKkA7ev35QqZHPrkWVE07ucgPdr/u93MOiK7fl+gBIGvzmILnNEn5YtpRuWUK8m/jQrmM88y+4KLE5RFgzUElS2TpLPLAAUK/9Bwbal+jGItgDvI3CE/ERy/VW3+YsOQOzG3OJ+IBUDWJ1nQ3GdyKsheRUPOFlwByMQTWpbGhtYJFC9BiEnnmEMadHMCPBgGiPGpGg698GveFk1ViEf3ezyPR3dFbSKYU+rS+hISCjauEG17rrn7dS8WFgIfgPwB"
|
|
Loading…
Reference in New Issue