added cfultz ssh key

This commit is contained in:
Caleb Fultz 2024-07-14 00:28:09 -04:00
parent 1edef73cca
commit dea9bb92eb

View File

@ -22,4 +22,11 @@
group:
name: lfultz
state: present
gid: 1040
gid: 1040
- name: Add cfultz ssh key
tags: ssh_keys
authorized_key:
user: cfultz
state: present
key: "{{ lookup('url', 'https://git.cfultz.wtf/cfultz.keys', split_lines=False) }}"