Delete 'roles/shell/tasks/users/angelmage.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-07-06 21:41:41 +00:00
parent 5200d2aa4c
commit a90942e42c
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
---
- name: Setting up angelmage
user:
name: angelmage
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/angelmage
- authorized_key:
user: angelmage
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDCmzdCEZOG+hrvR+6UK6eLuHYkpz1rXgwa7l54VViCt ed25519-key-20201001"