generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
galaxy.yml
36 lines (33 loc) · 1001 Bytes
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
namespace: devshop
name: platform
version: 0.1.0
readme: README.md
authors:
- Jon Pugh (github.com/jonpugh)
description: DevShop Application Automation Platform
license_file: LICENSE
tags:
- hosting
- applications
- development
- ci
- cd
- qa
- qc
repository: https://github.com/opendevshop/devshop.platform
# documentation: https://github.com/ansible-collection-migration/community.REPO_NAME/tree/main/docs
homepage: https://github.com/opendevshop/devshop.platform
issues: https://github.com/opendevshop/devshop.platform/issues
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#ignoring-files-and-folders
build_ignore:
- .gitignore
- changelogs/.plugin-cache.yaml
dependencies:
ansible.posix: ">=1.3.0"
community.general: ">=3.6.0"
community.aws: ">=1.5.0"
community.digitalocean: ">=1.10.0"
community.docker: ">=1.9.1"
community.mysql: ">=2.1.1"