main.yml 321 B

1234567891011121314151617
  1. ---
  2. galaxy_info:
  3. author: Sylvain
  4. description: register flannel configuration into etcd
  5. company: Red Hat, Inc.
  6. license: Apache License, Version 2.0
  7. min_ansible_version: 1.2
  8. platforms:
  9. - name: EL
  10. versions:
  11. - 7
  12. categories:
  13. - cloud
  14. - system
  15. dependencies:
  16. - role: openshift_facts
  17. - role: lib_utils