Razique Mahroua
2020-03-18 b85c91a8192593f6b62f93e11c971868964343a9
commit | author | age
f9cbd0 1 AWS-Broker
WK 2 =========
3
4 This role installs the AWS Broker on a 3.7 or higher OCP Cluster.
5
6 Refer to the Readme on how to create proper AWS Credentials to be passed to the services:
7 https://github.com/awslabs/aws-servicebroker-documentation/blob/master/getting-started.md
8
9 Requirements
10 ------------
11
12 Needs to be run after OCP has been set up
13
14 Role Variables
15 --------------
16
17 None
18
19 Dependencies
20 ------------
21
22 None
23
24 Example Playbook
25 ----------------
26
27   hosts: masters
28   gather_facts: False
29   become: yes
30   run_once: true
31   roles:
efe8d4 32     - { role: "aws-broker" }
f9cbd0 33
WK 34 License
35 -------
36
37 BSD
38
39 Author Information
40 ------------------
41
42 Wolfgang Kulhanek (wkulhane@redhat.com)