Adding user fro

This commit is contained in:
Ubergeek 2020-02-27 09:00:26 -05:00
parent 6650f025ca
commit aac1d25762
2 changed files with 16 additions and 0 deletions

View File

@ -187,3 +187,4 @@
- include: users/hlv.yml
- include: users/baruchel.yml
- include: users/tryffel.yml
- include: users/fro.yml

View File

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