Merge branch 'master' of ttm.sh:thunix/ansible

This commit is contained in:
Ubergeek 2022-02-03 19:05:53 -05:00
commit 90e0834728
2 changed files with 16 additions and 0 deletions

View File

@ -399,3 +399,4 @@
- include: users/arctic5824.yml
- include: users/caelp.yml
- include: users/t0rchedf3rn.yml
- include: users/mzamenski.yml

View 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"