- Jul 01, 2024
-
-
Rafael Guterres Jeffman authored
Documentation fixes for issues found by ansible-test part of ansible-core 2.17.1
-
Thomas Woerner authored
Fix default values for string list parameters where default is missing in the DOCUMENTATION section, but is defined in argument_specs.
-
Thomas Woerner authored
-
Thomas Woerner authored
The ipa_client_installed option was named as client_configured in the DOCUMENTATION section.
-
Thomas Woerner authored
The default value for selinux_works was missing in the DOCUMENTATION section.
-
Thomas Woerner authored
DOCUMENTATOIN section: Fix required for name, add missing delete_continue to services option.
-
Thomas Woerner authored
The no_log tag is only allowed in the argument_spec, but not in the DOCUMENTATION section. Set no_log=False for token_uri and keys_uri=keys_uri in the argument_spec to enforce logging.
-
Thomas Woerner authored
The element type for sshpubkey was using 'element' instead of 'elements' also the type for nomembers was wrong in the DOCUMENTATION section.
-
Thomas Woerner authored
Several fixes for the DOCUMENTATION section: The short_description tag was 'short description', the chain option was missing and the unknown authers tag has been removed.
-
Thomas Woerner authored
In the freeipa inventoty plugin, fix version to 1.13.0 and drop unknown tag plugin_type.
-
Thomas Woerner authored
The default setting for delete_continue was True instead of true for delete_continue in the DOCUMENTATION section.
-
- Jun 28, 2024
-
-
Rafael Guterres Jeffman authored
tests/sanity/sanity.sh: Install setuptools with pip
-
Rafael Guterres Jeffman authored
user: Fix idp_user_id aliases
-
Rafael Guterres Jeffman authored
plugins/inventory/freeipa: Try imports for requests and urllib3
-
Rafael Guterres Jeffman authored
permission: Fix idempotency issues for DN parameters
-
Rafael Guterres Jeffman authored
README-service.md: Add multi service handling
-
Rafael Guterres Jeffman authored
Convert input certificates
-
Rafael Guterres Jeffman authored
ansible_freeipa_module: Fix errors in batch mode
-
Rafael Guterres Jeffman authored
Fixes for FreeIPA 4.12
-
Thomas Woerner authored
setuptools might not be installed before importing and using galaxy_importer. This could result in a backtrace by disabling ANSIBLE_TEST_LOCAL_IMAGE in galaxy-importer.cfg to run latest tests.
-
Thomas Woerner authored
The alias for idp_user_id was ipaidpconfiglink by mistake. It was already correct (ipaidpsub) in the DOCUMENTATION section and also in the README.
-
Thomas Woerner authored
The EXAMPLES section only contained a very simple example for multi service handling. The examples from the README have been added.
-
Thomas Woerner authored
The service READNE so far lacks the documentation of multi service handling within a single task. The alias for the continue parameter was also added. Fixes: #1113
-
Thomas Woerner authored
Bump minimum supported Ansible version
-
Thomas Woerner authored
The bindings for requests and urllib3 might not be available, especially in the ansible-test fake execution test (next version). These imports are now in a try exception clause to make sure that the fake execution test will be passing and also that there is a better error message if the bindings are missing. urllib3.exceptions.InsecureRequestWarning is now also only disabled if no certificate has been given for the verification of the connection.
-
Rafael Guterres Jeffman authored
ansible-freeipa roles do not work with Ansible 2.8 anymore, so the minimum supported version is changed to 2.15, the oldest supported Ansible version as of today. This patch updates the minimum supported Ansible version and the list of available modules.
-
Rafael Guterres Jeffman authored
ansible-freeipa roles do not work with Ansible 2.8 anymore, so the minimum supported version is changed to 2.15, the oldest supported Ansible version as of today.
-
Rafael Guterres Jeffman authored
ansible-freeipa roles do not work with Ansible 2.8 anymore, so the minimum supported version is changed to 2.15, the oldest supported Ansible version as of today.
-
Rafael Guterres Jeffman authored
ansible-freeipa roles do not work with Ansible 2.8 anymore, so the minimum supported version is changed to 2.15, the oldest supported Ansible version as of today.
-
Rafael Guterres Jeffman authored
ansible-freeipa roles do not work with Ansible 2.8 anymore, so the minimum supported version is changed to 2.15, the oldest supported Ansible version as of today.
-
Rafael Guterres Jeffman authored
ansible-freeipa roles do not work with Ansible 2.8 anymore, so the minimum supported version is changed to 2.15, the oldest supported Ansible version as of today.
-
Rafael Guterres Jeffman authored
ansible-freeipa roles do not work with Ansible 2.8 anymore, so the minimum supported version is changed to 2.15, the oldest supported Ansible version as of today.
-
Rafael Guterres Jeffman authored
ansible-freeipa roles do not work with Ansible 2.8 anymore, so the minimum supported version is changed to 2.15, the oldest supported Ansible version as of today. This patch includes the change to the version number in the collection and all plugin README files. The collection README was also update to remove text that related only to previous Ansible versions.
-
Rafael Guterres Jeffman authored
-
- Jun 26, 2024
-
-
Thomas Woerner authored
The parameters - subtree (ipapermlocation) - target (ipapermtarget) - targetto (ipapermtargetto) - targetfrom (ipapermtargetfrom) have not been idempotent as the result returned from permission_show was a DN and not a string. The find_permission function has been exetended to convert the values for these parameters to strings. Fixes: #1257
-
- Jun 25, 2024
-
-
Thomas Woerner authored
The error string returned by execute_ipa_commands in batch mode additionally contains the whole parameter list for the command. This is different to non batch mode execution and breaks tests that are checking the returned error message. A left over debug message also have been removed from the error processing.
-
Thomas Woerner authored
Certificates given by ansible could have leading and trailing white space, but also multi line input is possible that also could have leading and training white space and newlines.
-
Thomas Woerner authored
Certificates given by ansible could have leading and trailing white space, but also multi line input is possible that also could have leading and training white space and newlines.
-
Thomas Woerner authored
Certificates given by ansible could have leading and trailing white space, but also multi line input is possible that also could have leading and training white space and newlines.
-
Thomas Woerner authored
Certificates given by ansible could have leading and trailing white space, but also multi line input is possible that also could have leading and training white space and newlines.
-