Adding user camellia

This commit is contained in:
Ubergeek 2019-09-26 10:41:04 +00:00
parent 9b6644036b
commit e07dd56c0d
2 changed files with 16 additions and 0 deletions

View File

@ -148,3 +148,4 @@
- include: users/syncore.yml
- include: users/geetfun.yml
- include: users/jin264.yml
- include: users/camellia.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up camellia
user:
name: camellia
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/camellia
- authorized_key:
user: camellia
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6rRK5Rb+HoXgNeEAyDE8nDEgnMYd60EB247iq7Jst82j9zpKxGvoiZ9r2gS3Ji4ACFTjiFMXqInC8rk/4eWo+rdjRBc9q+/cv+FhFlBpb+eUW9rOYY21SNYxeYc32J99jBi3ucukIUSSbA3WjD5+ehlPWt/oAaOJc9ZLse/vOjzjUrLlqYNv2fdrY6WKRnE+TGMQpm9/EKlJ99h6MoqWKp1ljyKVPTPExslPm1qEaLvUvsDr1w/R3O+/GOmFk4tEY6IBQqCeie7Te4U8TXLHjn1iYciuoWb9nEMrZs7nnKTojizd/M8ax1gM8Y2g9BdJj2IyLx7Hxj075lIhS+YuX"