Skip to content
Snippets Groups Projects
  1. Jun 07, 2023
    • Jacob Cutright's avatar
      Fix typo in ipapwpolicy.py · 1a7b279d
      Jacob Cutright authored
      The 'maxsequence' attribute was never applied as there was a typo when
      it was set. By fixing the field name, 'maxsequence' is correclty set.
      
      The failure was not seen before due to missing tests. The tests will be
      added in a separate PR.
      1a7b279d
  2. May 30, 2023
  3. May 16, 2023
    • Rafael Guterres Jeffman's avatar
      upstream CI: Disable ansible-lint var-naming check · 306522ac
      Rafael Guterres Jeffman authored
      Latest ansible-lint version (6.16.1) started to raise an error when
      variable names from within roles are not prefixed with  the role name.
      Error: var-naming[no-role-prefix].
      
      As Ansible sanity check does not enforce this, it will be disabled, for
      now on ansible-freeipa's upstream CI.
      
      A future effort to reduce the checks that are not being evaluated should
      be done as preparation for future Ansible Galaxy and Automation Hub
      requirements.
      306522ac
  4. May 08, 2023
  5. May 05, 2023
  6. Apr 28, 2023
  7. Apr 27, 2023
  8. Apr 20, 2023
  9. Apr 18, 2023
    • Rafael Guterres Jeffman's avatar
      Make Git ignore temporary and output files. · 645a234d
      Rafael Guterres Jeffman authored
      Ignore vim .swp files and files generated by creating ansible-freeipa
      collection, when checking repository status.
      645a234d
    • Thomas Woerner's avatar
      New utils/facts.py: Provide facts about the repo like role and module lists · 5cbc8b7a
      Thomas Woerner authored
      The list of modules and roles is needed in several scripts now,
      therefore it makes sense to have one place for this.
      
      Here are the current variables:
      
      BASE_DIR:           Base directory of the repo
      ROLES:              List of roles in the roles folder
      MANAGEMENT_MODULES: List of management modules in the plugins/modules
                          folder
      ROLES_MODULES:      List of modules in the roles/*/library folders
      ALL_MODULES:        List of all modules, the management and the roles
                          modules
      
      All lists are sorted.
      5cbc8b7a
  10. Apr 14, 2023
  11. Apr 05, 2023
  12. Apr 04, 2023
  13. Apr 03, 2023
    • Thomas Woerner's avatar
      ipagroup: Fix ensuring external group group members (without trust-ad) · 80abf635
      Thomas Woerner authored
      Due to an API misbehaviour in FreeIPA, ipaexternalmembers need to be
      treated differently than other group members parameters. Even an empty
      array triggers all tests for external members, including the check for
      installed dcerpc bindings.
      
      Therefore ipagroup module has been changed to not set ipaexternalmember
      to an empty list if there are no external members to be added or
      removed.
      80abf635
  14. Mar 30, 2023
Loading