Razique Mahroua
2020-03-18 b85c91a8192593f6b62f93e11c971868964343a9
commit | author | age
b65016 1 Role Name
EL 2 =========
3
4 A role to validate the setup of a Tower installation. It validates that it can ping and get
5 the configuration pages with the given credentials, and, if wished, validates that the
6 number of instances and instance groups is correct, as well as if the licenses has enough
7 nodes and days left.
8
9 Requirements
10 ------------
11
12 Access
13
14 Role Variables
15 --------------
16
17 All the relevant variables are listed and available in [the defaults variables](defaults/main.yml).
18
19 Dependencies
20 ------------
21
22 none.
23
24 Example Playbook
25 ----------------
26
27 Assuming that the credentials are present in your inventory, you could check the number of
28 remaining license days like this:
29
30     - hosts: towers
31       roles:
32          - { role: tower_validate, tower_expected_licensed_min_days: 42 }
33
34 License
35 -------
36
37 BSD
38
39 Author Information
40 ------------------
41
42 Eric Lavarde <elavarde@redhat.com>