Skip to content
  1. Aug 24, 2021
    • Thomas Woerner's avatar
      New ipamodule_base_vars · 7a665bdb
      Thomas Woerner authored
      There are common parameters in all modules like ipaadmin_principal and
      ipaadmin_password. As this list of common parameters will be extended
      soon, there is a need to reduce the code and documentation duplicates.
      
      A ModuleDocFragment is added to provide the module documentation for the
      common parameters. This is used in the modules with
      extends_documentation_fragment.
      
      ansible_freeipa_module has additional ipamodule_base_spec and
      get_ipamodule_base_vars. ipamodule_base_spec extends argument_spec in
      the module and get_ipamodule_base_vars is used to return a dict
      containing the common parameters.
      7a665bdb
  2. Aug 23, 2021
  3. Aug 20, 2021
  4. Aug 19, 2021
  5. Aug 12, 2021
  6. Aug 11, 2021
  7. Jul 25, 2021
  8. Jul 14, 2021
    • Rafael Guterres Jeffman's avatar
    • chrisp's avatar
      New automountlocation module · 6a87db06
      chrisp authored
      There is a new automount location management module placed in the plugins folder:
      
      plugins/modules/ipaautomountlocation.py
      
      This module allows to ensure presence and absence of automount locations
      that act as containers for automount onjects in ipa.
      
      Here is the documentation for the module:
      
      README-automountlocation.md
      
      New example playbooks have been added:
      
      playbooks/automount/automount-location-absent.yml
      playbooks/automount/automount-location-present.yml
      
      New tests for the module:
      
      tests/automount/test_automountlocation.yml
      6a87db06
  9. Jul 13, 2021
  10. Jul 09, 2021
  11. Jul 08, 2021
  12. Jul 06, 2021
  13. Jun 16, 2021
  14. Jun 09, 2021
  15. Jun 05, 2021
  16. Jun 01, 2021
  17. May 27, 2021
Loading