mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
sakhawkins account unenforced in ansible
This commit is contained in:
@@ -117,7 +117,6 @@
|
||||
#- include: users/responsibleracoon.yml
|
||||
- include: users/ringo.yml
|
||||
#- include: users/riska.yml
|
||||
- include: users/sakhawkins.yml
|
||||
#- include: users/sancho.yml
|
||||
#- include: users/sata.yml
|
||||
- include: users/saturnv.yml
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
- name: Setting up sakhawkins
|
||||
user:
|
||||
name: sakhawkins
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/sakhawkins
|
||||
- authorized_key:
|
||||
user: sakhawkins
|
||||
state: present
|
||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPXSUzAyJMouTDP+auIXOiAxiHbYR4ovkS92O1aNuJjq"
|
||||
Reference in New Issue
Block a user