zabbix: playbook to deploy the zabbix proxy in openshift
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
9806794f83
commit
0b9ff51e27
2 changed files with 18 additions and 0 deletions
18
playbooks/openshift-apps/zabbix-proxy.yml
Normal file
18
playbooks/openshift-apps/zabbix-proxy.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue