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

17 lines
648 B
YAML

---
- name: Setting up gonthey
user:
name: gonthey
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/gonthey
- authorized_key:
user: gonthey
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgmmy19v3UjtT1l+olQGsPTRaiRMdgMc9tixW2p+AQIkgLRZRgcO9suvrh78uWecgoG5vPh1eFmKUHZwxm30YmXEr1HNqCYP/FAMvJ7oKr7glwzlAsBw4eheqOOKskmQ2iuRLN4YWjqSHIyZ3HF3xavH/LeC6UrM9ulOMvLMBDNWCtHNpdS6wZWP+Vl+glBZuBl/f1LzaJ4IKF+5GIztpVmNo/eIhnOLp9d8djLh+RM8m/bYNBZDVw+GxNs62q5rKvZMeqhUjmB4/eg4iq22n+9w7vhIHqOzuzdJ/K/MZcr04EY3UA5atBlOCcsoxUUMx6xVgQVj5CI/vLW4JSPnDp"