ansible/roles/shell/tasks/users/virus.yml

16 lines
637 B
YAML
Raw Normal View History

2019-06-18 10:49:31 +00:00
---
- 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"