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

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

View File

@ -1,15 +0,0 @@
---
- name: Setting up aiden
user:
name: aiden
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/aiden
- authorized_key:
user: aiden
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKTWhwm8ZIKAeA8xZ3pPEw9rp7w621zDWcTwsGTW1i5q user@host"