28 lines
429 B
YAML
28 lines
429 B
YAML
galaxy_info:
|
|
author: mrwho
|
|
description: This role will install the Root CA Certificate on the target hosts
|
|
company: Gametize
|
|
|
|
license: MIT
|
|
|
|
min_ansible_version: 2.0
|
|
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 6
|
|
- 7
|
|
- 8
|
|
- 9
|
|
- 10
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- xenial
|
|
- bookworm
|
|
- trixie
|
|
galaxy_tags:
|
|
- ssl
|
|
|
|
dependencies: []
|