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

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

View File

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