ansible/roles/shell/tasks/users/g1n.yml

16 lines
347 B
YAML
Raw Normal View History

2021-06-04 10:42:44 +00:00
---
- name: Setting up g1n
user:
name: g1n
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/g1n
- authorized_key:
user: g1n
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIHXwwFXoC4JEZoBtblUtg8aVu5VFhTmT8CJ7rcnMaG4 g1n@arch-notebook"