mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Merge branch 'master' of ttm.sh:thunix/ansible
This commit is contained in:
@@ -399,3 +399,4 @@
|
|||||||
- include: users/arctic5824.yml
|
- include: users/arctic5824.yml
|
||||||
- include: users/caelp.yml
|
- include: users/caelp.yml
|
||||||
- include: users/t0rchedf3rn.yml
|
- include: users/t0rchedf3rn.yml
|
||||||
|
- include: users/mzamenski.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/mzamenski.yml
Normal file
15
roles/shell/tasks/users/mzamenski.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up mzamenski
|
||||||
|
user:
|
||||||
|
name: mzamenski
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/mzamenski
|
||||||
|
- authorized_key:
|
||||||
|
user: mzamenski
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG20XJk7C+yw+3nRKV1Px6r+0iouL8Vgsn6Ed6Ik0FOe Thunix"
|
||||||
Reference in New Issue
Block a user