noticket - updates for fulfillr

This commit is contained in:
Bastian de Byl
2024-10-13 20:19:21 -04:00
parent 8aba20f8ea
commit 19afacf190
5 changed files with 31 additions and 4 deletions

View File

@@ -1,6 +1,15 @@
---
- import_tasks: ecr/podman-ecr-login.yml
- name: create nginx fulfillr-site directory
become: true
ansible.builtin.file:
path: /usr/local/share/fulfillr-site
state: directory
owner: "fedora"
group: "wheel"
mode: 0755
- name: create fulfillr host directory volumes
become: true
ansible.builtin.file: