Merge branch 'master' of ttm.sh:thunix/ansible

This commit is contained in:
Ubergeek 2019-06-15 16:22:00 +00:00
commit d1bcaaf95a
3 changed files with 17 additions and 1 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

@ -23,4 +23,4 @@
- authorized_key:
user: amcclure
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPviU+iBxO7xObbUxRS3+2WkKJAW4a7rnneLfFfip9wE amcclure@Antons-MacBook-Pro.local"
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIMF+N1NxdN2SBb7Yyk+d4ThVoO87bRSYhEqgR2K9gA4 amcclure@lake"

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"