Adding user isaac

This commit is contained in:
Ubergeek 2019-03-25 11:35:40 +00:00
parent 3480741205
commit e3cc39eaf3
2 changed files with 16 additions and 0 deletions

View File

@ -91,3 +91,4 @@
- include: users/cyphyx.yml
- include: users/krystianbajno.yml
- include: users/vigilant.yml
- include: users/isaac.yml

View File

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