zabbix: playbook to deploy the zabbix proxy in openshift

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2026-05-11 16:04:35 +01:00
commit 0b9ff51e27
Signed by: dkirwan
GPG key ID: A5893AB6474AC37D
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,18 @@
---
- name: Make the app be real
hosts: os_control_stg #:os_control
user: root
gather_facts: false
vars:
placeholdervar: true # Incase any future vars need to be passed through to the helmchart
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- name: Zabbix Proxy Role
ansible.builtin.include_role:
name: zabbix/zabbix_openshift_proxy
tasks_from: main