Merge branch 'new-user-responsibleracoon' of thunix/ansible into master

This commit is contained in:
Anton McClure 2019-03-11 10:22:55 -04:00 committed by Gitea
commit dd9f0af39b
2 changed files with 17 additions and 0 deletions

View File

@ -83,3 +83,4 @@
- include: users/abah.yml - include: users/abah.yml
- include: users/derby.yml - include: users/derby.yml
- include: users/usher.yml - include: users/usher.yml
- include: users/responsibleracoon.yml

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"