Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
  • v1.8.3
21 results

create_action_group.py

  • Thomas Woerner's avatar
    966797db
    utils/build-galaxy-release.sh: Create module action group · 966797db
    Thomas Woerner authored
    The module action group <collection-prefix>.modules is created
    automatically while building the galaxy release.
    
    The action group can be used for module_defaults in this way:
    
        module_defauls:
          group/<collection-prefix>.modules:
            ipaadmin_password: SomeADMINpassword
    
    Example:
    
        module_defaults:
          group/freeipa.ansible_freeipa.modules:
            ipaadmin_password: SomeADMINpassword
            ipaapi_context: "{{ ipa_context | default(omit) }}"
        collections:
        - freeipa.ansible_freeipa
    966797db
    History
    utils/build-galaxy-release.sh: Create module action group
    Thomas Woerner authored
    The module action group <collection-prefix>.modules is created
    automatically while building the galaxy release.
    
    The action group can be used for module_defaults in this way:
    
        module_defauls:
          group/<collection-prefix>.modules:
            ipaadmin_password: SomeADMINpassword
    
    Example:
    
        module_defaults:
          group/freeipa.ansible_freeipa.modules:
            ipaadmin_password: SomeADMINpassword
            ipaapi_context: "{{ ipa_context | default(omit) }}"
        collections:
        - freeipa.ansible_freeipa