thefunkyspaw account unenforced in ansible
This commit is contained in:
parent
10bb604114
commit
a7575a041e
|
@ -231,7 +231,6 @@
|
||||||
- include: users/catman.yml
|
- include: users/catman.yml
|
||||||
- include: users/genvara.yml
|
- include: users/genvara.yml
|
||||||
- include: users/alma.yml
|
- include: users/alma.yml
|
||||||
- include: users/thefunkyspaw.yml
|
|
||||||
- include: users/uberius.yml
|
- include: users/uberius.yml
|
||||||
- include: users/low-key.yml
|
- include: users/low-key.yml
|
||||||
- include: users/lukaszwdowiak.yml
|
- include: users/lukaszwdowiak.yml
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
- user:
|
|
||||||
name: thefunkyspaw
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/thefunkyspaw
|
|
||||||
- authorized_key:
|
|
||||||
user: thefunkyspaw
|
|
||||||
state: present
|
|
||||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA1jqH/VkGFXHZZU7jdqjfP5+duqBlzSTb3Ve5A2TujU thefunkyspaw@global"
|
|
Loading…
Reference in New Issue