mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -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
|
||||
Reference in New Issue
Block a user