mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-18 10:30:17 +00:00
Adding user baloo
This commit is contained in:
@@ -230,3 +230,4 @@
|
|||||||
#- include: users/rozhik.yml
|
#- include: users/rozhik.yml
|
||||||
- include: users/ComputerTech.yml
|
- include: users/ComputerTech.yml
|
||||||
- include: users/noteness.yml
|
- include: users/noteness.yml
|
||||||
|
- include: users/baloo.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/baloo.yml
Normal file
15
roles/shell/tasks/users/baloo.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up baloo
|
||||||
|
user:
|
||||||
|
name: baloo
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/baloo
|
||||||
|
- authorized_key:
|
||||||
|
user: baloo
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAhZJTUh0uAzZl4B2gL5M5QaeLSDh8fZMlCNZqv7LY7M4KxcsoZrMzXhHmH74n6/ZStaYMpXTrlHPvU7hgUG5HzmOb/osgAGVgPoTZV7xuC8RsbVFqXWFl15ihH++YLdDgDh1Oc7of4xIqPMdaYp6zAAJ9K2lnNPTqfVe8ovmaDx2VaqotnI6O0WSueTvGrtuERF5HJQLxiHduSh92ZEHeRzIy8k4VRNwUIz2VuhD+UzF5ZD4yKy+x3SC61AStVsrVvimgDPk64U2pkBtvSNzyl5wEAxmp4BjeBnNymhTRuyXOc0XaexgG5dJNiAxBOYYfQbSDe8XT1TskE4GlseuF8w== rsa-key-20200601"
|
||||||
Reference in New Issue
Block a user