ansible / awx-resource-operator

41 stars 34 forks source link

Added most module arguments of tower_job_template and added ask inventory/vars for CRD #48

Closed davidtluong closed 2 years ago

davidtluong commented 3 years ago

Added field for ask extra vars/inventory on launch Added most of the module args for job_templates that made sense for the roles so that users can still use the arguments by putting into the yaml manually Resolves #47

davidtluong commented 3 years ago

Anything else I need to do? I see it's waiting on review from @shanemcd and @Spredzy

matburt commented 3 years ago

This has a conflict, so you'll need to rebase it at least.

davidtluong commented 3 years ago

@matburt Done

davidtluong commented 2 years ago

So, after seeing that I needed to rebase again cause deploy/crds/tower.ansible.com_jobtemplates_crd.yaml has moved to config/crd/bases/tower.ansible.com_jobtemplates.yaml I noticed that the yaml file is markedly different. Do I need to reinsert what I had in deploy/crds/tower.ansible.com_jobtemplates_crd.yaml as well as the other properties that are no longer there?