poweruser account unenforced in ansible

This commit is contained in:
Ubergeek 2022-02-16 19:18:23 -05:00
parent 759e29aa6c
commit 2fc6cc922d
2 changed files with 0 additions and 16 deletions

View File

@ -206,7 +206,6 @@
- include: users/rolkoz.yml
- include: users/kjotere.yml
- include: users/computertech.yml
- include: users/poweruser.yml
- include: users/hyperreal.yml
- include: users/raven.yml
- include: users/rany.yml

View File

@ -1,15 +0,0 @@
---
- 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"