mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Merge branch 'master' of ttm.sh:thunix/ansible
This commit is contained in:
@@ -112,3 +112,4 @@
|
||||
- include: users/lytedev.yml
|
||||
- include: users/skirk.yml
|
||||
- include: users/serafeim.yml
|
||||
- include: users/dot.yml
|
||||
|
||||
@@ -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"
|
||||
|
||||
15
roles/shell/tasks/users/dot.yml
Normal file
15
roles/shell/tasks/users/dot.yml
Normal 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"
|
||||
Reference in New Issue
Block a user