gfunkmonk account unenforced in ansible
This commit is contained in:
parent
494c36f07a
commit
8a20e93e65
|
@ -188,7 +188,6 @@
|
|||
- include: users/lukewarmcat.yml
|
||||
- include: users/xfnw.yml
|
||||
- include: users/faabb.yml
|
||||
- include: users/gfunkmonk.yml
|
||||
- include: users/maqsoodyaqub.yml
|
||||
- include: users/anterstor.yml
|
||||
- include: users/markten.yml
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
- name: Setting up gfunkmonk
|
||||
user:
|
||||
name: gfunkmonk
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/gfunkmonk
|
||||
- authorized_key:
|
||||
user: gfunkmonk
|
||||
state: present
|
||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDuF9ehi6aGGjBPwiXpQsjlp4U490Tc771PoJG1RLJWSTfVxEkXtdNbqglJk9fKCrS+8l1cidSEQdgIxhbnB8uSTdKWtzi/hBCVazdmX8AINmzZ79Fn5ENMZCBApvLLZIOugsYbDisiUa0jBNybbwtEasfzf4o/shdtC9zN3FEzxDBp5xcBqR9tPvfwCyqmjVwHARSK2NnVOrih3muHOuYTb35r5JbyvezJpiSCFn64ne9w1Mo5Vdv6DXxjafZfsamSjsg+vDwSfWiF3YvInKf1hAF2QbIfeWV5dRw7HLGA7eRmb+Yy6r9P9sGk37EKMVEDh7y8Ae4cqApGnMn3149L gfunkmonk@gfunkmonk-HP-Pavilion-17-Notebook-PC"
|
Loading…
Reference in New Issue