mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-20 03:10:18 +00:00
Adding riska, andro, and hasbullah
This commit is contained in:
15
roles/shell/tasks/users/hasbullah.yml
Normal file
15
roles/shell/tasks/users/hasbullah.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Setting up hasbullah
|
||||
user:
|
||||
name: hasbullah
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/hasbullah
|
||||
- authorized_key:
|
||||
user: hasbullah
|
||||
state: present
|
||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAge5PsiO+WqBYIzmL/sXTjS7HjJCftHQoYuLdIcqLCmanftabOhFfrxJo7yZzAGuBG6xIp8txJwDNnkgZ2QnJd8wBNL84PtljEU+q66z3VH2YItiv3pftzqHEYTEesCWx9MQCi64nbtq59/TIRaUnrdDcAChpIh25rV8u/t7McJaqTB245M2B6M3lVKdD5IwnXOkixFyjUZMZKB9zwohEaPGKuc7Ekm5aAYZL0fEYKQeJhy7QFa4+BHjgNL4V31qd9csh24pwynz8GupB7fmJY7UJh+dyDk5+peJF55EGfNhAttOS3qKvjW5DRFx0aSczDJUhuI3NtePKpgwkGUjK1w=="
|
||||
Reference in New Issue
Block a user