mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 21:40:17 +00:00
g1n account unenforced in ansible
This commit is contained in:
@@ -272,7 +272,6 @@
|
|||||||
- include: users/kax.yml
|
- include: users/kax.yml
|
||||||
- include: users/nix.yml
|
- include: users/nix.yml
|
||||||
- include: users/kasmo.yml
|
- include: users/kasmo.yml
|
||||||
- include: users/g1n.yml
|
|
||||||
- include: users/lguilher.yml
|
- include: users/lguilher.yml
|
||||||
- include: users/vadim.yml
|
- include: users/vadim.yml
|
||||||
- include: users/buggy.yml
|
- include: users/buggy.yml
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Setting up g1n
|
|
||||||
user:
|
|
||||||
name: g1n
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/g1n
|
|
||||||
- authorized_key:
|
|
||||||
user: g1n
|
|
||||||
state: present
|
|
||||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIHXwwFXoC4JEZoBtblUtg8aVu5VFhTmT8CJ7rcnMaG4 g1n@arch-notebook"
|
|
||||||
Reference in New Issue
Block a user