mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-18 18:30:19 +00:00
Added ml user account
This commit is contained in:
@@ -34,3 +34,4 @@
|
|||||||
- include: users/orliesaurus.yml
|
- include: users/orliesaurus.yml
|
||||||
- include: users/gooly.yml
|
- include: users/gooly.yml
|
||||||
- include: users/diabla.yml
|
- include: users/diabla.yml
|
||||||
|
- include: users/ml.yml
|
||||||
|
|||||||
16
roles/shell/tasks/users/ml.yml
Normal file
16
roles/shell/tasks/users/ml.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up ml
|
||||||
|
user:
|
||||||
|
name: ml
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/ml
|
||||||
|
|
||||||
|
- authorized_key:
|
||||||
|
user: ml
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvgtzXdYzlr1vO6Ew013zBKpud1FvcWAoboJaKuv0Ws2ockXlMF6HN+dH++kF+WijTjDYw6+sJ0r/ISz4hkjPU0lnMeMZK0CvTeIV0tdINzvo+ojJkT8vIJuUYZnZDVxtzzATuDlpYiNxtFHwkL0uGp6xqKgrnaju0ShnOg6Kgtptq0j2LXO9T8BH1inm0EOszsqZqZOtwgSWxwbt8CPxigfnrTG4cyRhp/GeILlDL4fMaZSpSPueh0JhABnB0L8sIjwR8mSlqc1RDDI5o949ONMj6C+1CMXuWXRtjLBPlAK2Qk7TSsTEuCLIc/55vNj2GKffgFMHa+aizF9H8Jyax"
|
||||||
Reference in New Issue
Block a user