summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/zabbix_setup/oo-config-zaio.yml
blob: ec28564cf1c9df04538abe82ee8d3b239d65715e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/ansible-playbook
---
- hosts: localhost
  gather_facts: no
  connection: local
  become: 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 }}"