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/ubergeek.yml

17 lines
439 B
YAML
Raw Normal View History

2018-12-21 16:19:47 +00:00
---
- name: Setting up ubergeek
2018-12-21 16:19:47 +00:00
user:
name: ubergeek
groups: tilde,sudo
state: present
skeleton: /etc/skel
2021-11-01 11:47:42 +00:00
shell: /usr/bin/fish
2018-12-21 16:19:47 +00:00
system: no
createhome: yes
home: /home/ubergeek
- authorized_key:
2018-12-21 16:19:47 +00:00
user: ubergeek
state: present
2022-04-13 23:17:11 +00:00
key: "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNleoQ3xOs0+depG3H6ud3f9zpXwtP9HkVI7u3P5J54FrKRaM9kv6CSKCscpqThhB3A2lrqxWl2yKWiYmd7GWjI"