Add 'roles/shell/tasks/users/responsibleracoon.yml'

This commit is contained in:
Anton McClure 2019-03-11 10:21:50 -04:00
parent 7ffc316d69
commit fa4a4eda55

View File

@ -0,0 +1,16 @@
---
- name: Setting up responsibleracoon
user:
name: responsibleracoon
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/responsibleracoon
- authorized_key:
user: responsibleracoon
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHTXIu7vbCSmasfLx/QeiO7ukgQeb5147aLH4XwWRXmk student@student000"