igor account unenforced in ansible

This commit is contained in:
Blade of Darkness 2020-12-07 21:45:53 +01:00
parent dc87f27c41
commit 9611b0675a
2 changed files with 0 additions and 16 deletions

View File

@ -241,7 +241,6 @@
- include: users/farooqkz.yml
- include: users/hellspawn.yml
- include: users/kuldar.yml
#- include: users/igor.yml
- include: users/randocontent.yml
- include: users/chris.yml
- include: users/Cropt0.yml

View File

@ -1,15 +0,0 @@
---
- name: Setting up igor
user:
name: igor
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/igor
- authorized_key:
user: igor
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMDy+FMkM8Dhjj57dIZa6Aw3nvBIHiIzBU/rwNtOL20V"