Adding user lagom

This commit is contained in:
Ubergeek 2020-01-31 22:33:38 -05:00
parent 3eb093ea32
commit 279e24d028
2 changed files with 16 additions and 0 deletions

View File

@ -179,3 +179,4 @@
- include: users/spike.yml
- include: users/grifit.yml
- include: users/denzuko.yml
- include: users/lagom.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up lagom
user:
name: lagom
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/lagom
- authorized_key:
user: lagom
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1EM+CZGMyhkzVgqJhtPD9r8OK9OHYkKN36nWt7H1l0MQG8lpdm8zsPJD411JQW16EQc6HIIFBZN8+W7aYJAeWiHxGJ1W9XWseOfeA725MM0He+5TTK7zPohSSFlp9wciQrHRA6N8C9e0tFX03acCTVqAhn7WYQS5a2XDI0EmNkv/zKQzR88gL8F+1m9YT8NS3bIdblWe3ZTy/kh0cvGzx4yIEZpmHBphziy/8q+DnK2VaRUeuIjqh7jo6hmt9hk5r8LHKbYJkSFe91Lqb7GX+aehYJf1ZfXJo69bd4wDZsUDV6RL1JqNzbkAccQ0tGQXaTgt/vHS5zV+8e+E5yWc1"