Skip to content
  1. Jan 18, 2021
  2. Jan 12, 2021
    • Rafael Guterres Jeffman's avatar
      Improve ipapermission member management. · 71c0972b
      Rafael Guterres Jeffman authored
      In `ipapermission` plugin, Some attributtes were not being managed
      when `action: member` was enabled.
      
      This patch enable member management for `right`, `rawfilter`,
      `filter, and fixes management of `memberof`.
      
      Fix issue #489
      71c0972b
  3. Jan 11, 2021
  4. Jan 08, 2021
  5. Jan 07, 2021
  6. Jan 06, 2021
    • Eric Nothen's avatar
      Enabled Ansible check_mode · 7bbb401b
      Eric Nothen authored
      Added code to the ipa* plugins to support Ansible's check_mode, by
      means of a clean exit before the execution of the actual list of
      commands that would otherwise create/update/delete IPA servers
      and/or its resources.
      7bbb401b
  7. Jan 04, 2021
    • Rafael Guterres Jeffman's avatar
      Fix changing the type of an existing Vault. · 7e04a46f
      Rafael Guterres Jeffman authored
      Current implementation does not allow the change of an existingi Vault
      type. To allow it, data is retrieved from the current vault, the vault
      is modifiend, and then, data is stored again in the new vault.
      
      Due to changing the process of modifying a vault, this change also
      fixes the update of asymmetric vault keys. To change the key used,
      the task must provide the old private key, used to retrieve data,
      and the new public_key, used to store the data again. A new alias
      was added to public_key (new_public_key) and public_key_file
      (new_public_key_file) so that the playbook better express the
      intention of the tak.
      
      Vault tests have been updated to better test against the new update
      process, and a new test file has bee added:
      
          tests/vault/test_vault_change_type.
      7e04a46f
  8. Dec 29, 2020
  9. Dec 22, 2020
  10. Dec 21, 2020
  11. Dec 17, 2020
  12. Dec 16, 2020
  13. Dec 15, 2020
    • Rafael Guterres Jeffman's avatar
      Faster pre-commit by running ansible-lint only when necessary. · 3d4affcb
      Rafael Guterres Jeffman authored
      This patch disables ansible-lint `always_run` flag, as this was
      making patches that did not change any YAML file take longer in
      the pre-commit step, as ansible-lint was executed with no parameter,
      thus, searching and evaluating all YAML files in the repository.
      
      With this change, if no YAML file is modified, ansible-lint is skipped.
      3d4affcb
  14. Dec 10, 2020
  15. Dec 09, 2020
  16. Dec 08, 2020
  17. Dec 02, 2020
  18. Dec 01, 2020