Add first version of galaxy.yml for collection build
Change-Id: I04a33d4d4289a377622dddc057ea16de601cfc6c
This commit is contained in:
parent
8c799c55ae
commit
fd7dfb138e
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# ansible-galaxy collection build generates .tar.gz files
|
||||
*.tar.gz
|
13
galaxy.yml
Normal file
13
galaxy.yml
Normal file
@ -0,0 +1,13 @@
|
||||
namespace: arecordsansible
|
||||
name: ara
|
||||
version: 0.0.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- ARA Records Ansible (https://github.com/ansible-community/ara)
|
||||
description: null
|
||||
license_file: LICENSE
|
||||
tags: null
|
||||
repository: https://github.com/ansible-community/ara-collection
|
||||
documentation: https://github.com/ansible-community/ara-collection
|
||||
homepage: https://ara.recordsansible.org
|
||||
issues: https://github.com/ansible-community/ara-collection/issues
|
Loading…
Reference in New Issue
Block a user