add user dot

This commit is contained in:
Anton McClure 2019-06-12 20:18:09 -04:00
parent df97f193ec
commit 22836b48ae
No known key found for this signature in database
GPG Key ID: DC9155FB2EEAA2EF
2 changed files with 16 additions and 0 deletions

View File

@ -112,3 +112,4 @@
- include: users/lytedev.yml
- include: users/skirk.yml
- include: users/serafeim.yml
- include: users/dot.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up dot
user:
name: dot
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/dot
- authorized_key:
user: dot
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB9wjDSgLi9n9rRqus0QsNeV6xoq2hCGaZY2kCKdZTZf dot@dada.local"