mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Adding user lguilher
This commit is contained in:
@@ -353,3 +353,4 @@
|
||||
- include: users/nix.yml
|
||||
- include: users/kasmo.yml
|
||||
- include: users/g1n.yml
|
||||
- include: users/lguilher.yml
|
||||
|
||||
15
roles/shell/tasks/users/lguilher.yml
Normal file
15
roles/shell/tasks/users/lguilher.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Setting up lguilher
|
||||
user:
|
||||
name: lguilher
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/lguilher
|
||||
- authorized_key:
|
||||
user: lguilher
|
||||
state: present
|
||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL7h2npyu6C5vCXi6Myl/9rJQ9QpFr6Yhhwl99zYkg3n luis@NIX-2021-06-10"
|
||||
Reference in New Issue
Block a user