mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Adding user axolotl
This commit is contained in:
@@ -290,3 +290,4 @@
|
||||
- include: users/lukaszwdowiak.yml
|
||||
- include: users/slaserx.yml
|
||||
- include: users/fengf.yml
|
||||
- include: users/axolotl.yml
|
||||
|
||||
15
roles/shell/tasks/users/axolotl.yml
Normal file
15
roles/shell/tasks/users/axolotl.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Setting up axolotl
|
||||
user:
|
||||
name: axolotl
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/axolotl
|
||||
- authorized_key:
|
||||
user: axolotl
|
||||
state: present
|
||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDVaKCuGMCDvwkruYiJnhCVOq77z50EKWTEjnGPVx2C8"
|
||||
Reference in New Issue
Block a user