diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f41c2a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# ansible-galaxy collection build generates .tar.gz files +*.tar.gz diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 0000000..73bb91e --- /dev/null +++ b/galaxy.yml @@ -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