1234567891011121314151617 |
- ---
- galaxy_info:
- author: Jason DeTiberus
- description: Etcd Server Certificates
- company: Red Hat, Inc.
- license: Apache License, Version 2.0
- min_ansible_version: 2.1
- platforms:
- - name: EL
- versions:
- - 7
- categories:
- - cloud
- - system
- dependencies:
- - role: etcd_ca
- when: (etcd_ca_setup | default(True) | bool)
|