-
Notifications
You must be signed in to change notification settings - Fork 403
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
Update hostname_variable tag override example. #618
Update hostname_variable tag override example. #618
Conversation
Between Ansible Tower 3.6 and 3.7, the tag formatting changed for overriding the hostname variable.
recheck |
@deekayen Sorry for the late delay. |
The script was removed in preparation for 4.0.0, I've moved this over to stable-3 where the script still exists |
Build succeeded (gate pipeline).
|
cb2b186
into
ansible-collections:stable-3
Backport to stable-2: 💚 backport PR created✅ Backport PR branch: Backported as #1066 🤖 @patchback |
Update hostname_variable tag override example. SUMMARY Between Ansible Tower 3.6 and 3.7, the tag formatting changed for overriding the hostname variable. Users doing the 3.7 upgrade may be surprised when their inventories update with the ip##-##-##-##.example.com hostname format when they were previously able to import from AWS using the Name tag as the inventory identifier. ISSUE TYPE Docs Pull Request COMPONENT NAME ec2\ Reviewed-by: Mark Chappell <None> (cherry picked from commit cb2b186)
[PR #618/cb2b186f backport][stable-2] Update hostname_variable tag override example. This is a backport of PR #618 as merged into stable-3 (cb2b186). SUMMARY Between Ansible Tower 3.6 and 3.7, the tag formatting changed for overriding the hostname variable. Users doing the 3.7 upgrade may be surprised when their inventories update with the ip##-##-##-##.example.com hostname format when they were previously able to import from AWS using the Name tag as the inventory identifier. ISSUE TYPE Docs Pull Request COMPONENT NAME ec2\ Reviewed-by: Mark Chappell <None>
Fix on_denied and on_missing bugs SUMMARY This pull request: Changes the default value of on_denied to be error, so that it agrees with what is stated in the documentation. Changes the default value of on_missing to be error, and updates the documentation to explain this. Fixes ansible-collections#617. ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_ssm lookup Reviewed-by: Alina Buzachis <None> Reviewed-by: Shane Frasier <maverick@maverickdolphin.com> Reviewed-by: Markus Bergholz <git@osuv.de>
SUMMARY
Between Ansible Tower 3.6 and 3.7, the tag formatting changed for overriding the hostname variable. Users doing the 3.7 upgrade may be surprised when their inventories update with the ip##-##-##-##.example.com hostname format when they were previously able to import from AWS using the Name tag as the inventory identifier.
ISSUE TYPE
COMPONENT NAME
ec2\