noticket - updates for fulfillr
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
- "{{ nginx_path }}/etc:/etc/nginx:ro"
|
||||
- "/srv/http/letsencrypt:/srv/http/letsencrypt:z"
|
||||
- "/etc/letsencrypt:/etc/letsencrypt:ro"
|
||||
- "/usr/local/share/fulfillr-site:/usr/local/share/fulfillr-site:ro"
|
||||
|
||||
- name: create systemd startup job for nginx
|
||||
include_tasks: podman/systemd-generate.yml
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
- import_tasks: containers/debyltech/fulfillr.yml
|
||||
vars:
|
||||
image: "{{ aws_ecr_endpoint }}/fulfillr:20241010.1500"
|
||||
image: "{{ aws_ecr_endpoint }}/fulfillr:20241011.1840"
|
||||
tags: debyltech, fulfillr
|
||||
|
||||
- import_tasks: containers/home/nosql.yml
|
||||
|
||||
Reference in New Issue
Block a user