From 749a2a7d120d972d8c42cfc0f5eddac8fc96284a Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Mon, 17 Nov 2025 13:33:47 +0100 Subject: [PATCH] docker registry @ ring86 --- ansible/roles/podman/tasks/main.yaml | 34 ++++++++++++++-------------- ansible/site.yaml | 2 +- apps/dmarc/live.hcl | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/ansible/roles/podman/tasks/main.yaml b/ansible/roles/podman/tasks/main.yaml index 9d0aca7..49e072d 100644 --- a/ansible/roles/podman/tasks/main.yaml +++ b/ansible/roles/podman/tasks/main.yaml @@ -28,28 +28,28 @@ dest: /etc/containers/storage.conf src: storage.conf -- name: Configure cr.wks registry +- name: Configure cr.chaos registry copy: dest: /etc/containers/registries.conf.d/cr.chaos.conf - src: cr.wks.conf + src: cr.chaos.conf #- name: Configure docker-mirror registry # copy: # dest: /etc/containers/registries.conf.d/dr-mirror.wks.conf # src: dr-mirror.wks.conf -- name: Remote NFS volumes - block: - - name: Create mount Point - file: - path: /var/lib/containers/storage/volumes - state: directory - owner: root - group: root - - name: Mount containers from NFS - ansible.posix.mount: - src: ebin01.wks:/data/raid1-ssd/node-data/{{ ansible_nodename }}-podman-volumes - path: /var/lib/containers/storage/volumes - opts: auto,_netdev,defaults,x-systemd.wanted-by=podman.service,x-systemd.wanted-by=nomad.service - state: mounted - fstype: nfs \ No newline at end of file +#- name: Remote NFS volumes +# block: +# - name: Create mount Point +# file: +# path: /var/lib/containers/storage/volumes +# state: directory +# owner: root +# group: root +# - name: Mount containers from NFS +# ansible.posix.mount: +# src: ebin01.wks:/data/raid1-ssd/node-data/{{ ansible_nodename }}-podman-volumes +# path: /var/lib/containers/storage/volumes +# opts: auto,_netdev,defaults,x-systemd.wanted-by=podman.service,x-systemd.wanted-by=nomad.service +# state: mounted +# fstype: nfs \ No newline at end of file diff --git a/ansible/site.yaml b/ansible/site.yaml index eb6a7ea..545dd44 100644 --- a/ansible/site.yaml +++ b/ansible/site.yaml @@ -1,9 +1,9 @@ - hosts: all gather_facts: true - roles: - role: common tags: common + - hosts: auto02.chaos roles: - role: podman diff --git a/apps/dmarc/live.hcl b/apps/dmarc/live.hcl index 084336b..ed3bab8 100644 --- a/apps/dmarc/live.hcl +++ b/apps/dmarc/live.hcl @@ -43,7 +43,7 @@ job "dmarc" { REPORT_DB_TYPE = "pgsql" REPORT_DB_HOST = "postgres.service.nr5" REPORT_DB_PORT = "5432" - REPORT_DB_NAME = "dmarc-srg" + REPORT_DB_NAME = "dmarc" REPORT_DB_USER = "dmarc" REPORT_DB_PASS = "4XSS4gKpheSBoMsIs" PARSER_IMAP_PORT = "143"