mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 21:40:17 +00:00
add '<deepend.yml>'
This commit is contained in:
16
roles/shell/tasks/users/deepend.yml
Normal file
16
roles/shell/tasks/users/deepend.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up deepend
|
||||||
|
user:
|
||||||
|
name: deepend
|
||||||
|
groups: tilde,sudo
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /usr/bin/fish
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/deepend
|
||||||
|
|
||||||
|
- authorized_key:
|
||||||
|
user: deepend
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBEnnu2r9ZxedvrcDKvVAouXWNNj5+tdT9tYFMK/60u9"
|
||||||
Reference in New Issue
Block a user