Adding user skirk

This commit is contained in:
Ubergeek 2019-06-10 11:24:35 +00:00
parent 85a196d2d8
commit f3cc073eeb
2 changed files with 16 additions and 0 deletions

View File

@ -110,3 +110,4 @@
- include: users/marc.yml
- include: users/stenli990801.yml
- include: users/lytedev.yml
- include: users/skirk.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up skirk
user:
name: skirk
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/skirk
- authorized_key:
user: skirk
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQBwEreZM+pu89F/fPOxHZrXd49tMShVf1aGysjvue/wHbtATdYt8nQTx6WV7V/IOgUjaJxVpMNeoke7bqSillkfqwOC8YrkppFv/26dMwjQyOCkbjjAOLmwZ+4jmWPLFvPYRPT2SVriCyEpRlbrFrZsWv95rG/5+ra+gMQVTM/09yk9z25YF3vOfKBoBq21GaZ3e/j3hF6PZmDZKOGWquwYsqdOLCGQT5G/T9S4iBgzODDDrmNkQNjP7T341Rt+2nCsyBcL0/336SF9GbFP9g//dJHO5sGhVtaDY4WLFKm3j0nXDAko8e42uNni9jjEpcOfBK8o5fzUXEqpDa6OYgTr thunix"