Just tests passing now

This commit is contained in:
Ian Roddis
2026-03-30 16:39:54 -03:00
parent 4def9900c4
commit 3a873051e7
19 changed files with 191 additions and 78 deletions
+3 -3
View File
@@ -75,10 +75,10 @@
that: "'Host(`logs.test.example.com`)' in compose"
fail_msg: "Expected Host rule for logs.test.example.com not found in docker-compose.yml"
- name: Assert GELF logging address in compose
- name: Assert GELF UDP port binding in compose
ansible.builtin.assert:
that: "'udp://127.0.0.1:12201' in compose"
fail_msg: "Expected GELF address udp://127.0.0.1:12201 not found in docker-compose.yml"
that: "'12201/udp' in compose"
fail_msg: "Expected GELF UDP port binding 12201/udp not found in docker-compose.yml"
- name: Assert sovereign network is external in compose
ansible.builtin.assert: