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

ansible_freeipa_module.py

  • Thomas Woerner's avatar
    3e98ed54
    ansible_freeipa_module: Cleanup of unused functions and attributes · 3e98ed54
    Thomas Woerner authored
    Moved ipamodule_base_spec into IPAAnsibleModule.
    This simplifies to add addtitional base vars to derived classes without
    the need to dusplicae the code to extend argument_spec.
    
    Removed execute_api_command.
    This is not used anymore.
    
    Removed get_ipamodule_base_vars.
    This is not used anymore.
    
    Removed self.ipaadmin_* and self.ccache_* from IPAAnsibleModule.__init__
    These are not used and therefore can be removed.
    3e98ed54
    History
    ansible_freeipa_module: Cleanup of unused functions and attributes
    Thomas Woerner authored
    Moved ipamodule_base_spec into IPAAnsibleModule.
    This simplifies to add addtitional base vars to derived classes without
    the need to dusplicae the code to extend argument_spec.
    
    Removed execute_api_command.
    This is not used anymore.
    
    Removed get_ipamodule_base_vars.
    This is not used anymore.
    
    Removed self.ipaadmin_* and self.ccache_* from IPAAnsibleModule.__init__
    These are not used and therefore can be removed.