This repository has been archived on 2024-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ansible/roles/shell/tasks/users/hasbullah.yml

16 lines
653 B
YAML

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