Skip to content

Instantly share code, notes, and snippets.

@s-hertel
Created April 1, 2021 14:31
Show Gist options
  • Save s-hertel/f40933979190e18b9b672ee4f349f4be to your computer and use it in GitHub Desktop.
Save s-hertel/f40933979190e18b9b672ee4f349f4be to your computer and use it in GitHub Desktop.
module_defaults with yaml anchor
module_defaults:
group/aws: &aws_connection_info
...
# module_defaults does not work in conjunction with the 'collections' keyword
# use the fully qualified plugin name to ensure this works however the module is called
# and continues to work in the future
community.aws.new_module:
<<: *aws_connection_info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment