mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-20 03:10:18 +00:00
Adding user neil
This commit is contained in:
@@ -152,3 +152,4 @@
|
|||||||
- include: users/liesinties.yml
|
- include: users/liesinties.yml
|
||||||
- include: users/hijaben.yml
|
- include: users/hijaben.yml
|
||||||
- include: users/delta.yml
|
- include: users/delta.yml
|
||||||
|
- include: users/neil.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/neil.yml
Normal file
15
roles/shell/tasks/users/neil.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up neil
|
||||||
|
user:
|
||||||
|
name: neil
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/neil
|
||||||
|
- authorized_key:
|
||||||
|
user: neil
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAlonIkuZRzykQYeheLLNgG3r0ZAB4ty065gmvqSdNoN8/x0O/lQ2yn4rcVwzsSCV1mFQPV7fk2+yJj5p//qyKEO/YrHaVtlMlDD2VaW7ltZ/oRBAC01bl98eq1CtpuIO7ptMOhUUTKEL3nbwj0QgZXT7Fzu9e3Q6uqG91i8xbkRiRzoDQQhpauHyEEma+ia2XP7Wsx0DoXvBI4/NMpbuc7QnkLaLcBr/WNZ8XlUBy2O4HAzWjSibLWoz+EQh9JIbN0gm0uVzCYekCxnvwhUYL2kzfcm0xKL1sH8Za4yTTbfOBXQMT1fHRSQsYI40nsdP8vGeyELJ2h90P0OZ1NG9n6Q=="
|
||||||
Reference in New Issue
Block a user