summaryrefslogtreecommitdiffstats
path: root/roles/flannel_register/README.md
blob: a11c8fe53b0cd34615f369b3c623e7976a89bb5f (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
=========

Register flannel configuration into etcd

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_master
      roles:
         - { flannel_register }

License
-------

Apache License, Version 2.0

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

Sylvain Baubeau <sbaubeau@redhat.com>