Added ml user account

This commit is contained in:
Ubergeek 2019-01-10 12:49:14 +00:00
parent 1b14d44624
commit dc83dca900
2 changed files with 17 additions and 0 deletions

View File

@ -34,3 +34,4 @@
- include: users/orliesaurus.yml
- include: users/gooly.yml
- include: users/diabla.yml
- include: users/ml.yml

View 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"