Add gpg_auth to FreeBSD.

This commit is contained in:
Tom Alexander
2022-10-27 01:43:04 -04:00
parent eb2ebb6cd6
commit 22ebc631fc
9 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
- name: Install packages
package:
name:
- libfido2 # u2f support for ssh
state: present
- name: Install scripts
copy:
src: "files/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0755
owner: root
group: wheel
loop:
- src: gpg_auth
dest: /usr/local/bin/gpg_auth