Adding user virus

This commit is contained in:
Ubergeek 2019-06-18 10:49:31 +00:00
parent d1bcaaf95a
commit df1d96fc65
2 changed files with 16 additions and 0 deletions

View File

@ -113,3 +113,4 @@
- include: users/skirk.yml
- include: users/serafeim.yml
- include: users/dot.yml
- include: users/virus.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up virus
user:
name: virus
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/virus
- authorized_key:
user: virus
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+28Ct8xvfUG/1Dt1BH/wa4b7fGP3LV+OwYf2XZxEoHgG/JE5WbiLQXiJR3BAyerJSwxBcPvtZbUOD0BJ6wXbVXJnhlJOOzs48KeGWvXycHx3QfGMSP0pyQGQkSKVpaU6mJu6mbKnuoaiuBIVm3kww/TWGKVHKQHKdGvXcgdu6tzYWkduniGZFzfGpTlYnt4im1PRPxfKhcyD8bZ797JGq7KCiVYnE9+XO2LeM4OB5VD2liX94YS64l6E3SJxC0k4KF+PcrRcvzJfWdq6NyYEod7vouH4BjLUZohiAA0Xxt2Zafas+EaRAeML+NUC8CxsS+6G7sfA3bAqhmbvEQ0wd"