fixes and set preferred_ip since new interface eth0

This commit is contained in:
2025-10-09 17:27:42 +02:00
parent 83410d9eb1
commit 9b09e6bd86
9 changed files with 62 additions and 29 deletions
@@ -35,12 +35,12 @@
password: '{{ pg_conf.POSTGRES_PASSWORD }}'
gitea_admin_token: '{{ vault_GITEA_ADMIN_TOKEN }}'
- name: share VAULT CA
block:
# - name: share VAULT CA
# block:
- name: read traefik CA
include_role:
name: arcodange.factory.traefik_certs
# - name: read traefik CA
# include_role:
# name: arcodange.factory.traefik_certs
post_tasks:
- include_role:
@@ -15,8 +15,8 @@
- include_role:
name: arcodange.factory.playwright
- include_role:
name: arcodange.factory.traefik_certs
# - include_role:
# name: arcodange.factory.traefik_certs
- set_fact:
gitea_app: '{{ playwright_job.stdout | from_json }}'