add gonthey

This commit is contained in:
fosslinux 2019-08-21 17:34:14 +10:00
parent 1cd93968f5
commit b8c90d6ff0
2 changed files with 17 additions and 0 deletions

View File

@ -138,3 +138,4 @@
- include: users/fncdo.yml
- include: users/pavel.yml
- include: users/quantum.yml
- include: users/gonthey.yml

View File

@ -0,0 +1,16 @@
---
- name: Setting up gonthey
user:
name: gonthey
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/gonthey
- authorized_key:
user: gonthey
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgmmy19v3UjtT1l+olQGsPTRaiRMdgMc9tixW2p+AQIkgLRZRgcO9suvrh78uWecgoG5vPh1eFmKUHZwxm30YmXEr1HNqCYP/FAMvJ7oKr7glwzlAsBw4eheqOOKskmQ2iuRLN4YWjqSHIyZ3HF3xavH/LeC6UrM9ulOMvLMBDNWCtHNpdS6wZWP+Vl+glBZuBl/f1LzaJ4IKF+5GIztpVmNo/eIhnOLp9d8djLh+RM8m/bYNBZDVw+GxNs62q5rKvZMeqhUjmB4/eg4iq22n+9w7vhIHqOzuzdJ/K/MZcr04EY3UA5atBlOCcsoxUUMx6xVgQVj5CI/vLW4JSPnDp"