Rework some of our package tooling

This commit is contained in:
Caleb Boylan
2020-04-30 14:22:02 -07:00
committed by AlanCoding
parent 6a9423626c
commit 7478a2aa5e
8 changed files with 115 additions and 113 deletions

View File

@@ -0,0 +1,12 @@
---
- name: Template the collection galaxy.yml
hosts: localhost
gather_facts: false
connection: local
vars:
collection_package: awx
collection_namespace: awx
collection_version: 0.0.1 # not for updating, pass in extra_vars
collection_path: "{{ playbook_dir }}/../"
roles:
- template_galaxy