zihtt account unenforced in ansible
This commit is contained in:
parent
93c36b0169
commit
86204f4998
|
@ -255,7 +255,6 @@
|
||||||
- include: users/skydrome.yml
|
- include: users/skydrome.yml
|
||||||
- include: users/hr7tesh.yml
|
- include: users/hr7tesh.yml
|
||||||
- include: users/cempe.yml
|
- include: users/cempe.yml
|
||||||
- include: users/zihtt.yml
|
|
||||||
- include: users/mptyhead.yml
|
- include: users/mptyhead.yml
|
||||||
- include: users/walkersneps.yml
|
- include: users/walkersneps.yml
|
||||||
- include: users/rnbunker.yml
|
- include: users/rnbunker.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up zihtt
|
|
||||||
user:
|
|
||||||
name: zihtt
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/zihtt
|
|
||||||
- authorized_key:
|
|
||||||
user: zihtt
|
|
||||||
state: present
|
|
||||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPW+0jSSK/A7vcxtA7KRw6RDWlkn8P5Nv8eaNzuEkDjs"
|
|
Loading…
Reference in New Issue