Files
ansible-role-common/meta/main.yml

46 lines
790 B
YAML
Raw Normal View History

2016-06-29 12:34:37 +12:00
---
galaxy_info:
2021-09-30 22:55:46 +13:00
author: Aaron Guise
namespace: cybercinch
role_name: ansible_role_common
2016-06-29 12:34:37 +12:00
description:
2021-09-30 22:55:46 +13:00
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
2016-06-29 12:34:37 +12:00
#
# 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
2021-09-30 22:55:46 +13:00
dependencies: []