summaryrefslogtreecommitdiffstats
path: root/roles/oso_monitoring_tools/README.md
blob: 4215f9eebdf0ab1d9464f249464701769279bca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Role Name
=========

This role will install the Openshift Monitoring Utilities

Requirements
------------

Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.

Role Variables
--------------

osomt_zagg_client_config

from vars/main.yml:

osomt_zagg_client_config:
  host:
    name: "{{ osomt_host_name }}"
  zagg:
    url: "{{ osomt_zagg_url }}"
    user: "{{ osomt_zagg_user }}"
    pass: "{{ osomt_zagg_password }}"
    ssl_verify: "{{ osomt_zagg_ssl_verify }}"
    verbose: "{{ osomt_zagg_verbose }}"
    debug: "{{ osomt_zagg_debug }}"

Dependencies
------------

None

Example Playbook
----------------

- role: "oso_monitoring_tools"
  osomt_host_name: hostname
  osomt_zagg_url: http://path.to/zagg_web
  osomt_zagg_user: admin
  osomt_zagg_password: password
  osomt_zagg_ssl_verify: True
  osomt_zagg_verbose: False
  osomt_zagg_debug: False

License
-------

BSD

Author Information
------------------

Openshift Operations