Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • 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
21 results

ipamodule+member.py.in

Blame
    • Thomas Woerner's avatar
      b4d39dfd
      ipamodule[+member].py.in: Use IPAAnsibleModule class, reduce calls · b4d39dfd
      Thomas Woerner authored
      Use IPAAnsibleModule and ipamodule_base_docs in the templates of
      utils/new_module.
      
      ipaadmin_password lines in the examples have been added, ipaadmin_
      variables are handled by IPAAnsibleModule, ansible_module.params_get is
      used to get the parameters and ansible_module.ipa_connect is used to
      simplify the module.
      
      ipamodule+member.py.in is additionally using gen_add_list and
      gen_intersection_list to reduce the command calls to the changes only.
      b4d39dfd
      History
      ipamodule[+member].py.in: Use IPAAnsibleModule class, reduce calls
      Thomas Woerner authored
      Use IPAAnsibleModule and ipamodule_base_docs in the templates of
      utils/new_module.
      
      ipaadmin_password lines in the examples have been added, ipaadmin_
      variables are handled by IPAAnsibleModule, ansible_module.params_get is
      used to get the parameters and ansible_module.ipa_connect is used to
      simplify the module.
      
      ipamodule+member.py.in is additionally using gen_add_list and
      gen_intersection_list to reduce the command calls to the changes only.