mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Adding user mcornick
This commit is contained in:
@@ -24,3 +24,4 @@
|
|||||||
- include: users/voynich.yml
|
- include: users/voynich.yml
|
||||||
- include: users/xhafa.yml
|
- include: users/xhafa.yml
|
||||||
- include: users/samsara.yml
|
- include: users/samsara.yml
|
||||||
|
- include: users/mcornick.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/mcornick.yml
Normal file
15
roles/shell/tasks/users/mcornick.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up mcornick
|
||||||
|
user:
|
||||||
|
name: mcornick
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/mcornick
|
||||||
|
- authorized_key:
|
||||||
|
user: mcornick
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL25/CkyKSTZVLsSCK+gFEWTVJC9Bmibpc7X7ucGTX7f"
|
||||||
Reference in New Issue
Block a user