Adding user hr7tesh
This commit is contained in:
parent
34d2cd46b1
commit
b59d2b5aeb
|
@ -323,3 +323,4 @@
|
||||||
- include: users/ayb.yml
|
- include: users/ayb.yml
|
||||||
- include: users/BiteDasher.yml
|
- include: users/BiteDasher.yml
|
||||||
- include: users/skydrome.yml
|
- include: users/skydrome.yml
|
||||||
|
- include: users/hr7tesh.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up hr7tesh
|
||||||
|
user:
|
||||||
|
name: hr7tesh
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/hr7tesh
|
||||||
|
- authorized_key:
|
||||||
|
user: hr7tesh
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIENJInWtWVaWwRlvS5wmHd11hRLMqzWc5J7U4OaJX/B1 hr7te@Swordfish-II"
|
Loading…
Reference in New Issue