mirror of
https://github.com/ansible/awx.git
synced 2026-07-06 13:58:05 -02:30
Adding associations to generator
This commit is contained in:
committed by
beeankha
parent
357e22eb51
commit
b99a04dd8d
16
awx_collection/tools/vars/associations.yml
Normal file
16
awx_collection/tools/vars/associations.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
associations:
|
||||
job_templates:
|
||||
- related_item: credentials
|
||||
endpoint: credentials
|
||||
description: "The credentials used by this job template"
|
||||
required: False
|
||||
groups:
|
||||
- related_item: hosts
|
||||
endpoint: hosts
|
||||
description: "The hosts associated with this group"
|
||||
required: False
|
||||
- related_item: groups
|
||||
endpoint: children
|
||||
description: "The hosts associated with this group"
|
||||
required: False
|
||||
6
awx_collection/tools/vars/resolution.yml
Normal file
6
awx_collection/tools/vars/resolution.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
name_to_id_endpoint_resolution:
|
||||
webhook_credential: credentials
|
||||
project: projects
|
||||
inventory: inventories
|
||||
organization: organizations
|
||||
Reference in New Issue
Block a user