mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
conform account unenforced in ansible
This commit is contained in:
@@ -267,7 +267,6 @@
|
||||
- include: users/imperishable_dusk.yml
|
||||
- include: users/fenris.yml
|
||||
- include: users/hana.yml
|
||||
- include: users/conform.yml
|
||||
- include: users/bacteria.yml
|
||||
- include: users/lbcnz.yml
|
||||
- include: users/kax.yml
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
- name: Setting up conform
|
||||
user:
|
||||
name: conform
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/conform
|
||||
- authorized_key:
|
||||
user: conform
|
||||
state: present
|
||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK14QUD1AGVC/vXEkl+xBboP7TPMtKR0G721ciAIktxd"
|
||||
Reference in New Issue
Block a user