mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-26 14:00:19 +00:00
Adding user isaac
This commit is contained in:
@@ -91,3 +91,4 @@
|
|||||||
- include: users/cyphyx.yml
|
- include: users/cyphyx.yml
|
||||||
- include: users/krystianbajno.yml
|
- include: users/krystianbajno.yml
|
||||||
- include: users/vigilant.yml
|
- include: users/vigilant.yml
|
||||||
|
- include: users/isaac.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/isaac.yml
Normal file
15
roles/shell/tasks/users/isaac.yml
Normal 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"
|
||||||
Reference in New Issue
Block a user