2025-01-24 12:08:32 +00:00
|
|
|
---
|
|
|
|
- name: Ensures /root/ocp4/openshift-apps/forgejo/ dir exists
|
|
|
|
ansible.builtin.file:
|
|
|
|
path: "/root/ocp4/openshift-apps/forgejo/"
|
|
|
|
state: directory
|
|
|
|
|
2025-04-01 16:12:45 +01:00
|
|
|
- include_tasks: create-postgres-operator-config.yml
|
2025-05-01 17:59:50 +01:00
|
|
|
- include_tasks: deploy-valkey.yml
|
2025-04-23 10:52:07 +01:00
|
|
|
- include_tasks: call-helm.yml
|