Skip to content
  1. Oct 07, 2019
  2. Sep 23, 2019
    • Thomas Woerner's avatar
      New hostgroup management module · 2abebc68
      Thomas Woerner authored
      There is a new hostgroup management module placed in the plugins folder:
      
        plugins/modules/ipahostgroup.py
      
      The hostgroup module allows to add, remove and disable hosts.
      
      The hostgroup module is as compatible as possible to the Ansible upstream
      ipa_hostgroup module, but addtionally offers to ensure member presence and
      absence.
      
      Here is the documentation for the module:
      
        README-hostgroup.md
      
      New example playbooks have been added:
      
        playbooks/hostgroup/ensure-hostgroup-is-absent.yml
        playbooks/hostgroup/ensure-hostgroup-is-present.yml
        playbooks/hostgroup/ensure-hosts-and-hostgroups-are-absent-in-hostgroup.yml
        playbooks/hostgroup/ensure-hosts-and-hostgroups-are-present-in-hostgroup.yml
      2abebc68
    • Thomas Woerner's avatar
      New hostgroup management module · 74ea40f6
      Thomas Woerner authored
      There is a new hostgroup management module placed in the plugins folder:
      
        plugins/modules/ipahostgroup.py
      
      The hostgroup module allows to add, remove and disable hosts.
      
      The hostgroup module is as compatible as possible to the Ansible upstream
      ipa_hostgroup module, but addtionally offers to ensure member presence and
      absence.
      
      Here is the documentation for the module:
      
        README-hostgroup.md
      
      New example playbooks have been added:
      
        playbooks/hostgroup/ensure-hostgroup-is-absent.yml
        playbooks/hostgroup/ensure-hostgroup-is-present.yml
        playbooks/hostgroup/ensure-hosts-and-hostgroups-are-absent-in-hostgroup.yml
        playbooks/hostgroup/ensure-hosts-and-hostgroups-are-present-in-hostgroup.yml
      74ea40f6
  3. Sep 10, 2019
    • Thomas Woerner's avatar
      New host management module · 4fc722f7
      Thomas Woerner authored
      There is a new user management module placed in the plugins folder:
      
        plugins/modules/ipauser.py
      
      The host module allows to add, remove and disable hosts.
      
      The host module is as compatible as possible to the Ansible upstream
      ipa_host` module, but addtionally offers to disable hosts.
      
      Here is the documentation for the module:
      
        README-host.md
      
      New example playbooks have been added:
      
        playbooks/host/add-host.yml
        playbooks/host/delete-host.yml
        playbooks/host/disable-host.yml
      4fc722f7
  4. Jul 24, 2019
  5. Jul 23, 2019
  6. Jul 19, 2019
  7. Jul 17, 2019
  8. Jul 09, 2019
  9. Jul 05, 2019
  10. Jun 27, 2019
  11. Jun 17, 2019
  12. Jun 05, 2019
    • Thomas Woerner's avatar
      Increase minimal Ansible version to 2.8 · c8286758
      Thomas Woerner authored
      ansible-freeipa is a new Ansible Collection introduced with Ansible 2.8 and
      Ansible Galaxy 3.2.
      c8286758
    • Thomas Woerner's avatar
      New topology managament modules · 62fd4cc1
      Thomas Woerner authored
      There are now two topology management modules placed in the plugins folder:
      
        plugins/modules/ipatopologysegment.py
        plugins/modules/ipatopologysuffix.py
      
      Topology segments can be added, removed and reinitialized with the
      ipatopologysegment module. Also it is possible to verify topology suffixes
      with the ipatopologysuffix module.
      
      A new module_utils for plugins has been added:
      
        plugins/module_utils/ansible_freeipa_module.py
      
      And documentation for the modules:
      
        README-topology.md
      
      New sample playbooks are available in playbooks/topology:
      
        playbooks/topology/add-topologysegment.yml
        playbooks/topology/delete-topologysegment.yml
        playbooks/topology/reinitialize-topologysegment.yml
        playbooks/topology/verify-topologysuffix.yml
      
      The plugins folder can be used with the new Ansible Collections supported
      by Ansible 2.8 and Ansible galaxy 3.2.
      62fd4cc1
    • Thomas Woerner's avatar
      Move role documentation into the specific role locations as README.md · c822423b
      Thomas Woerner authored
      This will result in a better role documentation on galaxy.
      c822423b
  13. May 31, 2019
  14. May 14, 2019
    • Thomas Woerner's avatar
      Update README.md · 58e1f03b
      Thomas Woerner authored
      Fixed wrong use of ipareplica name in ipaclient inventory examples.
      Added tier1 and tier2 replica handling.
      58e1f03b
  15. Apr 26, 2019
  16. Feb 11, 2019
  17. Jul 23, 2018
    • Thomas Woerner's avatar
      Ubuntu support added (partly pick from pyguy) · b2583f70
      Thomas Woerner authored
      This is a partly pick of the changes done by pyguy for pull request #28.
      The unrelated changed on inventory files have been removed and the change
      to the README has been adapted to use the "Supported Distributions" section.
      
      The original commits by pyguy in https://github.com/pyguy/ansible-freeipa
      are:
      
      commit 1ed1fa845eafd69432b1fd1fc8e5329e4991e84a
      Author: pyguy <hr.josheghani@gmail.com>
      Date:   Mon Jun 25 17:17:31 2018 +0430
      
          Ubuntu Support added
      
      commit 9a4a7c84e4af20af27e814aba4fc2c6b8b35ec0f
      Author: pyguy <hr.josheghani@gmail.com>
      Date:   Sun Jun 24 10:58:07 2018 +0430
      
          Ubuntu support added
      b2583f70
  18. Jun 25, 2018
  19. Feb 27, 2018
  20. Feb 01, 2018
  21. Jan 31, 2018
  22. Sep 19, 2017
  23. Sep 18, 2017
  24. Sep 15, 2017
  25. Aug 30, 2017