summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-01-26 12:57:51 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-01-26 12:57:51 +0100
commit39e8f1b4613ecf49258683ba601a94ebf16bea2c (patch)
treee61ce849f33a489773734c704c48339ae19789e7
parentgreenbone: clean up old containers on update and add machine to monitoring (diff)
greenbone: use robots.txt for blackbox tests
-rw-r--r--inventory/host_vars/ch-greenbone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-greenbone.yml b/inventory/host_vars/ch-greenbone.yml
index 6ca3c773..ad94f08d 100644
--- a/inventory/host_vars/ch-greenbone.yml
+++ b/inventory/host_vars/ch-greenbone.yml
@@ -46,7 +46,7 @@ prometheus_job_multitarget_blackbox__probe:
target: "{{ network_zones.svc.prefix | ansible.utils.ipaddr(network_zones.svc.offsets[inventory_hostname]) | ansible.utils.ipaddr('address') }}:{{ ansible_port | default(22) }}"
module: ssh_banner
- instance: "https-greenbone.chaos-at-home.org"
- target: "https://{{ network_zones.svc.prefix | ansible.utils.ipaddr(network_zones.svc.offsets[inventory_hostname]) | ansible.utils.ipaddr('address') }}"
+ target: "https://{{ network_zones.svc.prefix | ansible.utils.ipaddr(network_zones.svc.offsets[inventory_hostname]) | ansible.utils.ipaddr('address') }}/robots.txt"
module: http_tls_2xx