blob: 94cf15254eaa4006ecc15403f06a9b5c024d9322 (
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
|
Role Name
=========
Configure flannel on openshift nodes
Requirements
------------
This role assumes it's being deployed on a RHEL/Fedora based host with package
named 'flannel' available via yum, in version superior to 0.3.
Role Variables
--------------
TODO
Dependencies
------------
openshift_facts
Example Playbook
----------------
- hosts: openshift_node
roles:
- { flannel }
License
-------
Apache License, Version 2.0
Author Information
------------------
Sylvain Baubeau <sbaubeau@redhat.com>
|