Adding associations to generator

This commit is contained in:
John Westcott IV
2020-03-17 15:50:22 -04:00
committed by beeankha
parent 357e22eb51
commit b99a04dd8d
4 changed files with 55 additions and 3 deletions

View 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