mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-19 10:50:18 +00:00
add user dot
This commit is contained in:
@@ -112,3 +112,4 @@
|
|||||||
- include: users/lytedev.yml
|
- include: users/lytedev.yml
|
||||||
- include: users/skirk.yml
|
- include: users/skirk.yml
|
||||||
- include: users/serafeim.yml
|
- include: users/serafeim.yml
|
||||||
|
- include: users/dot.yml
|
||||||
|
|||||||
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