mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-09-23 20:57:16 +00:00
Adding parik
This commit is contained in:
@@ -13,3 +13,4 @@
|
|||||||
- include: users/naglfar.yml
|
- include: users/naglfar.yml
|
||||||
- include: users/fosslinux.yml
|
- include: users/fosslinux.yml
|
||||||
- include: users/slip.yml
|
- include: users/slip.yml
|
||||||
|
- include: users/parik.yml
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up parik
|
||||||
|
user:
|
||||||
|
name: parik
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/parik
|
||||||
|
|
||||||
|
- authorized_key:
|
||||||
|
user: parik
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKauuT1/UGUWg+1o27WhFMAoQGfFt3mv+hqg7SEackVm parik"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
phoenix.thunix.cf
|
||||||
Reference in New Issue
Block a user