Include a default galaxy.yml file

This commit is contained in:
AlanCoding 2020-06-08 20:08:49 -04:00
parent 6c6c1e8488
commit 4848f1298a
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B
2 changed files with 26 additions and 1 deletions

1
.gitignore vendored
View File

@ -139,7 +139,6 @@ use_dev_supervisor.txt
# Ansible module tests
/awx_collection_test_venv/
/awx_collection/*.tar.gz
/awx_collection/galaxy.yml
/sanity/
.idea/*

26
awx_collection/galaxy.yml Normal file
View File

@ -0,0 +1,26 @@
authors:
- AWX Project Contributors <awx-project@googlegroups.com>
dependencies: {}
description: Ansible content that interacts with the AWX or Ansible Tower API.
documentation: https://github.com/ansible/awx/blob/devel/awx_collection/README.md
homepage: https://www.ansible.com/
issues: https://github.com/ansible/awx/issues?q=is%3Aissue+label%3Acomponent%3Aawx_collection
license:
- GPL-3.0-only
name: awx
namespace: awx
readme: README.md
repository: https://github.com/ansible/awx
tags:
- cloud
- infrastructure
- awx
- ansible
- automation
version: 11.2.0
build_ignore:
- tools
- setup.cfg
- galaxy.yml.j2
- template_galaxy.yml
- '*.tar.gz'