Adding user login
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-08-02 08:41:08 -06:00
parent bc4f5519cc
commit 035c05428f
2 changed files with 16 additions and 0 deletions

View File

@ -29,3 +29,4 @@
- include: users/nbsp.yml
- include: users/user.yml
- include: users/slip.yml
- include: users/login.yml

View File

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