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

16 lines
349 B
YAML

---
- name: Setting up gtlsgamr
user:
name: gtlsgamr
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/gtlsgamr
- authorized_key:
user: gtlsgamr
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKKk+UEgfGNCMv6L3Wn/9EuFwlLSu9vd7y2BT22q8Vlf"