Rename to collection, add license, galaxy build

This commit is contained in:
AlanCoding
2019-09-17 15:48:00 -04:00
parent 2f0f692f4a
commit 35afa37417
6 changed files with 741 additions and 43 deletions

View File

@@ -0,0 +1,11 @@
- hosts: localhost
gather_facts: false
connection: local
vars:
package_name: awx
namespace_name: awx
package_version: 0.0.1
tasks:
- name: Template the galaxy.yml file
template: src={{ playbook_dir }}/galaxy.yml.j2 dest={{ playbook_dir }}/galaxy.yml