add '<deepend.yml>'

This commit is contained in:
deepend 2023-06-28 04:13:59 +00:00
parent 1c73b9cf2a
commit 27e66b29ab
1 changed files with 16 additions and 0 deletions

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