mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Rename to collection, add license, galaxy build
This commit is contained in:
16
awx_modules/galaxy.yml.j2
Normal file
16
awx_modules/galaxy.yml.j2
Normal file
@@ -0,0 +1,16 @@
|
||||
authors:
|
||||
- Wayne Witzel III (@wwitzel3)
|
||||
- Chris Meyers <cmeyers@redhat.com>
|
||||
dependencies: {}
|
||||
description: Ansible modules that interact with the AWX API.
|
||||
documentation: https://docs.ansible.com/ansible/latest/modules/list_of_web_infrastructure_modules.html#ansible-tower
|
||||
homepage: https://ansible.com
|
||||
issues: https://github.com/ansible/awx/issues
|
||||
license:
|
||||
- GPL-3.0-only
|
||||
name: {{ package_name }}
|
||||
namespace: {{ namespace_name }}
|
||||
readme: README.md
|
||||
repository: https://github.com/ansible/awx
|
||||
tags: []
|
||||
version: {{ package_version }}
|
||||
Reference in New Issue
Block a user