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

This commit is contained in:
deepend 2023-07-06 21:42:30 +00:00
parent 7c3d4c568b
commit c454c0a66f
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
---
- name: Setting up bacteria
user:
name: bacteria
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/bacteria
- authorized_key:
user: bacteria
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDoETzjeNJpmtI5nNXzRk4zBs7hTh5uY2DU+Z8cqrht bacteria@edvinbasil.com"