Update roles/shell/tasks/users/elevenkb.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-09-25 00:17:10 +00:00
parent b1e9ba6669
commit 0d6239ca19
1 changed files with 3 additions and 3 deletions

View File

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