-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
instance groups options for modules #9804
instance groups options for modules #9804
Conversation
Build succeeded.
|
tower_instance_group: | ||
name: "{{ group_name1 }}" | ||
state: present | ||
register: result |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be something like instance_result
, otherwise the insights_credential: "{{ result.id }}"
line in the following task can't find the proper Insights credential
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment; after that change is addressed, we are good to go! 👍
Build succeeded.
|
Build succeeded (gate pipeline).
|
SUMMARY
Add ability to set instance groups in organization, job templates, and inventories.
#9788
ISSUE TYPE
COMPONENT NAME
AWX VERSION