Skip to content
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

Allow usage of Ansible module group defaults - for Ansible 2.12+ #1

Merged
merged 1 commit into from
Oct 27, 2021

Conversation

zeten30
Copy link
Contributor

@zeten30 zeten30 commented Aug 11, 2021

SUMMARY

Allow usage of Ansible module group defaults

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html

ADDITIONAL INFORMATION

Allows usage of module defaults like:

- hosts: localhost
  connection: local
  gather_facts: false
  collections:
    - netapp.azure
  module_defaults:
    group/netapp.ontap.netapp_azure:
       # common options goes here

@zeten30 zeten30 changed the title Allow usage of Ansible module group defaults Allow usage of Ansible module group defaults - for Ansible 2.12+ Aug 18, 2021
@lonico lonico added the enhancement New feature or request label Oct 25, 2021
@lonico lonico merged commit 46cf845 into ansible-collections:main Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants