Add a poudriere build for the home server.

This commit is contained in:
Tom Alexander
2024-04-11 19:57:02 -04:00
parent 6d198d290d
commit ef18e94ff8
12 changed files with 141 additions and 9 deletions

View File

@@ -1,3 +1,14 @@
- name: Install scripts
copy:
src: "files/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0755
owner: root
group: wheel
loop:
- src: google_logging_link.py
dest: /usr/local/bin/google_logging_link
- import_tasks: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'