swann account unenforced in ansible
This commit is contained in:
parent
236eac809e
commit
201d09670b
|
@ -133,7 +133,6 @@
|
||||||
- include: users/southerntofu.yml
|
- include: users/southerntofu.yml
|
||||||
#- include: users/spanmer.yml
|
#- include: users/spanmer.yml
|
||||||
#- include: users/stenli990801.yml
|
#- include: users/stenli990801.yml
|
||||||
- include: users/swann.yml
|
|
||||||
#- include: users/syncore.yml
|
#- include: users/syncore.yml
|
||||||
- include: users/thekingofbandit.yml
|
- include: users/thekingofbandit.yml
|
||||||
#- include: users/tomjerr.yml
|
#- include: users/tomjerr.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up swann
|
|
||||||
user:
|
|
||||||
name: swann
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/swann
|
|
||||||
- authorized_key:
|
|
||||||
user: swann
|
|
||||||
state: present
|
|
||||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAjOGSj9AkrPlFPAfT2vBwOWOpbbqrUgCOS3/GVvU+hh7bE44Wnh1lK7hxw6BZ7nSJSy7d/hObl6xz3BBIe/H6o0DE8qUUn8OE8G+lKBx68Q437/2J/dYwj25JWTMRRDXd9BJdbFwWYiNdBrOiClIIZ+E+ofmNd5gfOI5UPTRScq/zTE4VKjQuAbw7qjg73nDuBy1d3T79iMtXKp7K3Qq9/+4hIeiW7H/n0V7hIbe8JaXrWzd41ABwSyzS0y6rg9ZhLloo0icSzIB4hY18g+UtskZNrTot3vamYcwK9sv/cni8ABgzNaNLXLE3UbSckmhtRSQqtvFpYETcfZaGgKxDaw=="
|
|
Loading…
Reference in New Issue