mirror of
https://github.com/ansible/awx.git
synced 2026-01-26 16:11:30 -03:30
17 lines
450 B
YAML
17 lines
450 B
YAML
---
|
|
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
|