Skip to content
  1. Sep 07, 2023
  2. Sep 06, 2023
    • Rafael Guterres Jeffman's avatar
      Merge pull request #1134 from t-woerner/new_idview_module · be9a2db4
      Rafael Guterres Jeffman authored
      New idview management module.
      be9a2db4
    • Thomas Woerner's avatar
      New idview management module. · ba4a3605
      Thomas Woerner authored
      There is a new idview management module placed in the plugins folder:
      
          plugins/modules/ipaidview.py
      
      The idview module allows to ensure presence and absence of idviews and
      idview host members.
      
      Here is the documentation for the module:
      
          README-idview.md
      
      New example playbooks have been added:
      
          playbooks/idview/idview-absent.yml
          playbooks/idview/idview-host-applied.yml
          playbooks/idview/idview-host-unapplied.yml
          playbooks/idview/idview-present.yml
      
      New tests for the module can be found at:
      
          tests/idview/test_idview.yml
          tests/idview/test_idview_client_context.yml
      ba4a3605
  3. Aug 24, 2023
  4. Jul 24, 2023
  5. Jul 21, 2023
  6. Jul 20, 2023
  7. Jul 19, 2023
  8. Jul 17, 2023
  9. Jul 15, 2023
    • Rafael Guterres Jeffman's avatar
      utils/run-tests.sh: Install Ansible collections on virtual environment · 1555132d
      Rafael Guterres Jeffman authored
      When runing tests using 'utils/run-tests.sh' from inside an existing
      Python virtual environment the Ansible collections are not installed due
      to the order of execution of the script. On a machine that does not have
      the 'containers.*' collection the test fails as there is no container
      connector available.
      
      This patch moves the section that installs Ansible collections to run
      after the virtual environment is configured, and then install the
      collections (usually, only 'containers.podman'), allowing the tests to
      be executed.
      1555132d
  10. Jul 14, 2023
  11. Jul 13, 2023
  12. Jul 12, 2023
  13. Jul 11, 2023
    • Rafael Guterres Jeffman's avatar
      ipapwpolicy: Updated module documentation. · 7b2701b9
      Rafael Guterres Jeffman authored
      Most of ipapwpolicy parameters can be set to an empty string ("") so
      that the policy is not applied to pwpolicy. This was not refelected on
      the documentation.
      
      This change adds 'or ""' to all the fields that can be disabled by
      setting it to an empty string. Also, `data types were reviewed and fixed.
      7b2701b9
    • Rafael Guterres Jeffman's avatar
      ipapwpolicy: Modify handling of usercheck and dictcheck · 694c7178
      Rafael Guterres Jeffman authored
      Modified handling of boolean values by using Ansible's 'boolean()' check
      function so that a string can be used and either a bool value is
      accepted or an empty string.
      
      As the error message was changed to use the same Ansible message, tests
      were also updated.
      694c7178