You've already forked ansible-role-common
46 lines
790 B
YAML
46 lines
790 B
YAML
---
|
|
galaxy_info:
|
|
author: Aaron Guise
|
|
namespace: cybercinch
|
|
role_name: ansible_role_common
|
|
description:
|
|
license: MIT
|
|
min_ansible_version: 2.9
|
|
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- all
|
|
- name: Windows
|
|
versions:
|
|
- all
|
|
- name: Amazon
|
|
versions:
|
|
- all
|
|
- name: Ubuntu
|
|
versions:
|
|
- all
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
#
|
|
# Below are all categories currently available. Just as with
|
|
# the platforms above, uncomment those that apply to your role.
|
|
#
|
|
#categories:
|
|
#- cloud
|
|
#- cloud:ec2
|
|
#- cloud:gce
|
|
#- cloud:rax
|
|
#- clustering
|
|
#- database
|
|
#- database:nosql
|
|
#- database:sql
|
|
#- development
|
|
#- monitoring
|
|
#- networking
|
|
#- packaging
|
|
#- system
|
|
#- web
|
|
dependencies: []
|