summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/zabbix_setup/oo-config-zaio.yml
blob: e2b8150c63f0c7e11230e16ac5215d3059475836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/ansible-playbook
---
- hosts: localhost
  gather_facts: no
  vars:
    g_server: http://localhost/zabbix/api_jsonrpc.php
    g_user: Admin
    g_password: zabbix
  roles:
  - role: os_zabbix
    ozb_server: "{{ g_server }}"
    ozb_user: "{{ g_user }}"
    ozb_password: "{{ g_password }}"