subhadra account unenforced in ansible
This commit is contained in:
parent
7952b615a8
commit
e72e1a16cb
|
@ -223,7 +223,6 @@
|
||||||
- include: users/rany.yml
|
- include: users/rany.yml
|
||||||
- include: users/snork.yml
|
- include: users/snork.yml
|
||||||
- include: users/xigoi.yml
|
- include: users/xigoi.yml
|
||||||
- include: users/subhadra.yml
|
|
||||||
- include: users/vgk.yml
|
- include: users/vgk.yml
|
||||||
- include: users/GreenEyedFury.yml
|
- include: users/GreenEyedFury.yml
|
||||||
- include: users/angelmage.yml
|
- include: users/angelmage.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up subhadra
|
|
||||||
user:
|
|
||||||
name: subhadra
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/subhadra
|
|
||||||
- authorized_key:
|
|
||||||
user: subhadra
|
|
||||||
state: present
|
|
||||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1kso/6SQ04Y0RMIaHns1uht9IrEKanWZdAYF88izyxZmpeGDS4hkOhjBVrhT7YUr4OczhqOT95xHPgrHOalsyL56Xqz4ytNZKI45LqjwK4NVU4jCMjdH/dqxEvOotsY9a2hHAdWeqfh/TwNTC5bNKSudfaygx2ie/fEueVfB1FwLHFIuCcVXwLowR9AfXdDfKV8VzKowkWQi9DFq4evUEQZTti157m3RD3CbkOF3VRMZUNdCGl31nO3ecoUzH/eU83lZYjds9KIgmwRXzt/Ifl6HNusI4PDqhaqRqulpWMsM5MdgawYhZpXnzHCwGFj9pQmnQsSB9vXDMgwCUIaPL"
|
|
Loading…
Reference in New Issue