summaryrefslogtreecommitdiffstats
path: root/awx_collection/tools/template_galaxy.yml
diff options
context:
space:
mode:
authorCaleb Boylan <calebboylan@gmail.com>2020-04-30 23:22:02 +0200
committerAlanCoding <arominge@redhat.com>2020-05-15 15:26:33 +0200
commit7478a2aa5eb67a3fc4cb4fce852b1a434fb1b073 (patch)
tree557d5a7fab7df50f174981c0933e15d53111de5b /awx_collection/tools/template_galaxy.yml
parentAdd field numbering specification in module_util file, update unit tests (diff)
downloadawx-7478a2aa5eb67a3fc4cb4fce852b1a434fb1b073.tar.xz
awx-7478a2aa5eb67a3fc4cb4fce852b1a434fb1b073.zip
Rework some of our package tooling
Diffstat (limited to 'awx_collection/tools/template_galaxy.yml')
-rw-r--r--awx_collection/tools/template_galaxy.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/awx_collection/tools/template_galaxy.yml b/awx_collection/tools/template_galaxy.yml
new file mode 100644
index 0000000000..78b69cfa5f
--- /dev/null
+++ b/awx_collection/tools/template_galaxy.yml
@@ -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