mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-19 02:40:19 +00:00
add gonthey
This commit is contained in:
@@ -138,3 +138,4 @@
|
|||||||
- include: users/fncdo.yml
|
- include: users/fncdo.yml
|
||||||
- include: users/pavel.yml
|
- include: users/pavel.yml
|
||||||
- include: users/quantum.yml
|
- include: users/quantum.yml
|
||||||
|
- include: users/gonthey.yml
|
||||||
|
|||||||
16
roles/shell/tasks/users/gonthey.yml
Normal file
16
roles/shell/tasks/users/gonthey.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up gonthey
|
||||||
|
user:
|
||||||
|
name: gonthey
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/gonthey
|
||||||
|
|
||||||
|
- authorized_key:
|
||||||
|
user: gonthey
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgmmy19v3UjtT1l+olQGsPTRaiRMdgMc9tixW2p+AQIkgLRZRgcO9suvrh78uWecgoG5vPh1eFmKUHZwxm30YmXEr1HNqCYP/FAMvJ7oKr7glwzlAsBw4eheqOOKskmQ2iuRLN4YWjqSHIyZ3HF3xavH/LeC6UrM9ulOMvLMBDNWCtHNpdS6wZWP+Vl+glBZuBl/f1LzaJ4IKF+5GIztpVmNo/eIhnOLp9d8djLh+RM8m/bYNBZDVw+GxNs62q5rKvZMeqhUjmB4/eg4iq22n+9w7vhIHqOzuzdJ/K/MZcr04EY3UA5atBlOCcsoxUUMx6xVgQVj5CI/vLW4JSPnDp"
|
||||||
Reference in New Issue
Block a user