summaryrefslogtreecommitdiffstats
path: root/roles/flannel_register/meta/main.yml
blob: 1e44ff5ba89d7ac78ce049c82feea6d0a613d5ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
galaxy_info:
  author: Sylvain
  description: register flannel configuration into etcd
  company: Red Hat, Inc.
  license: Apache License, Version 2.0
  min_ansible_version: 1.2
  platforms:
  - name: EL
    versions:
    - 7
  categories:
  - cloud
  - system
dependencies:
- role: openshift_facts
- role: lib_utils