blob: 23f6b84fcd26f645bcae00d43d6097872c33a1f1 (
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
|
OpenShift Inventory
===================
Provides a role to validate and normalize the variables the user has
provided. This role should run before pretty much everything else so that
this kind of logic only has to be in one place. However, complicated
business logic should usually be left to other roles.
Requirements
------------
None
Role Variables
--------------
None
Dependencies
------------
None
Example Playbook
----------------
TODO
License
-------
Apache License, Version 2.0
Author Information
------------------
OpenShift dev (dev@lists.openshift.redhat.com)
|