goring account unenforced in ansible
This commit is contained in:
parent
e9e9c7a889
commit
b116c83832
|
@ -235,7 +235,6 @@
|
||||||
- include: users/crispr.yml
|
- include: users/crispr.yml
|
||||||
- include: users/ialokin.yml
|
- include: users/ialokin.yml
|
||||||
- include: users/whyorean.yml
|
- include: users/whyorean.yml
|
||||||
- include: users/goring.yml
|
|
||||||
- include: users/q45.yml
|
- include: users/q45.yml
|
||||||
- include: users/earne.yml
|
- include: users/earne.yml
|
||||||
- include: users/Raoul69.yml
|
- include: users/Raoul69.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up goring
|
|
||||||
user:
|
|
||||||
name: goring
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/goring
|
|
||||||
- authorized_key:
|
|
||||||
user: goring
|
|
||||||
state: present
|
|
||||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII87AVmzTh3XW7KYNK+Uo1/hcKbH6FWDvJJOMEO9aXes"
|
|
Loading…
Reference in New Issue