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

16 lines
365 B
YAML
Raw Normal View History

2021-08-18 15:05:14 +00:00
---
- name: Setting up triplexcrewz
user:
name: triplexcrewz
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/triplexcrewz
- authorized_key:
user: triplexcrewz
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINm02bG/bxa2YupDX11IqAc0hdzaRr3AC47h2RPjcRGT"