mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
added user southerntofu
This commit is contained in:
15
roles/shell/tasks/users/southerntofu.yml
Normal file
15
roles/shell/tasks/users/southerntofu.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Setting up southerntofu
|
||||
user:
|
||||
name: southerntofu
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/southerntofu
|
||||
- authorized_key:
|
||||
user: southerntofu
|
||||
state: present
|
||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG4bKe9LSA3/AY4gCB20eyJVPW+zOg07/b3A4QC0Z6XC user@laptop"
|
||||
Reference in New Issue
Block a user