logique account unenforced in ansible
This commit is contained in:
parent
7ca129743d
commit
9c3ac8e013
|
@ -82,7 +82,6 @@
|
|||
#- include: users/leonid.yml
|
||||
#- include: users/letamesis.yml
|
||||
- include: users/linel.yml
|
||||
- include: users/logique.yml
|
||||
- include: users/lugubris.yml
|
||||
#- include: users/lytedev.yml
|
||||
#- include: users/makassar.yml
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
- name: Setting up logique
|
||||
user:
|
||||
name: logique
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/logique
|
||||
- authorized_key:
|
||||
user: logique
|
||||
state: present
|
||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBle9CeHhydbX5WNboTrt9N0UPrXgqKeMcG9mWoOhofgNaTRHEdM7P9Jn200rN07L8obBTCkIpFLakn6kw1PjcnfWdOfNsroHAFUwokNCZhaXNmE1dVpR9+mrFnj3qpvE2yI+uuckp8Iz7dyQb2uIx7HBY1W3DCVTZVLMOzFaiSLY2OI6h65CibUK5bnBYt+fxZkm5qxse3edH4Tah80orpTjn4P43hNQ9L6xDLaJX9BHWgUpni3DNjIgEVMA0dGzJ86yBdBfVbhfXLSRVmtdbLUp8My0piEBllez1x5bPhWZitagzTfhfyN5C6hy5ZKeJeOxQULLy+W/dl/JJoSo5"
|
Loading…
Reference in New Issue