Adding user poweruser

This commit is contained in:
Blade of Darkness 2020-08-24 12:02:54 +02:00
parent fce1916b41
commit e658789016
2 changed files with 16 additions and 0 deletions

View File

@ -266,3 +266,4 @@
- include: users/computertech.yml
- include: users/spockandprosper.yml
- include: users/logan3303.yml
- include: users/poweruser.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up poweruser
user:
name: poweruser
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/poweruser
- authorized_key:
user: poweruser
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCVvwywROuGP7+WaCOhJuaWiECU+8oR+M6DSl/CMxBunKyH/uDSENMoqhRLD1k6ZPaGUy1PqNnlNbjdr1Y4NurGZJ1ZTb6O22zjnSefc4XJ+A6J45eepy+qnaQouyqG3itgAw47vveGTfGVNuazY+0IDsnffsKFvy3fztiEHnPCJRWPMqfGj2SSWGw5pZ/wbq7D6ACAqVti+kZHM7kIft7c00BLnN+tu5A/8VKm3NuuhIZh4D6R69lpz/U2jAoqIblbWqlEQndwFY/NKNzcK+ffrVIRfmpz5JCbY0jJLYcWkx0SbvKCKOoDA4L0DvtWbYwwvm/ccQwf/43T04xfqLb"