mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-21 03:40:17 +00:00
Adding user stenli990801
This commit is contained in:
@@ -108,3 +108,4 @@
|
|||||||
- include: users/thekingofbandit.yml
|
- include: users/thekingofbandit.yml
|
||||||
- include: users/golden.yml
|
- include: users/golden.yml
|
||||||
- include: users/marc.yml
|
- include: users/marc.yml
|
||||||
|
- include: users/stenli990801.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/stenli990801.yml
Normal file
15
roles/shell/tasks/users/stenli990801.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up stenli990801
|
||||||
|
user:
|
||||||
|
name: stenli990801
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/stenli990801
|
||||||
|
- authorized_key:
|
||||||
|
user: stenli990801
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDegv/UrIYDIPiM9udwacsolI/EQex/qNlGkvGzP4KIO5+QZX6U58NQ6hYsY+RDRXVAaaZWJGZSzI9VX8pX+8d8TdI0iBe2RxZUg4lLjUfvKCFbEA+/4Z7FGNVabXtU81nfKEPAKkbhkkwq4iN4c3Vv5Jeae3uNbirLykuuXVXKnQ=="
|
||||||
Reference in New Issue
Block a user