Skip to content
  1. Aug 06, 2020
    • Sergio Oliveira Campos's avatar
      Allow multiple dns zones to be absent. · 75d16c2d
      Sergio Oliveira Campos authored
      This PR allow ipadnszone module to ensure that multiple dns zones
      are absent at once, to be consistent with other ansible-freeipa
      modules.
      
      To fix this issue, it was required that custom arguents must be
      passed using keyword arguments so that `get_ipa_command_args()`
      is kept generic.
      75d16c2d
  2. Jul 31, 2020
  3. Jul 30, 2020
  4. Jul 28, 2020
  5. Jul 27, 2020
  6. Jul 22, 2020
  7. Jul 21, 2020
    • Rafael Guterres Jeffman's avatar
      New Role management module · b33c5a7b
      Rafael Guterres Jeffman authored
      There is a new role management module placed in the plugins folder:
      
          plugins/modules/iparole.py
      
      The role module allows to ensure presence or absence of roles and
      manage role members.
      
      Here is the documentation for the module:
      
          README-role.md
      
      New example playbooks have been added:
      
          playbooks/role/role-is-absent.yml
          playbooks/role/role-is-present.yml
          playbooks/role/role-member-group-absent.yml
          playbooks/role/role-member-group-present.yml
          playbooks/role/role-member-host-absent.yml
          playbooks/role/role-member-host-present.yml
          playbooks/role/role-member-hostgroup-absent.yml
          playbooks/role/role-member-hostgroup-present.yml
          playbooks/role/role-member-privilege-absent.yml
          playbooks/role/role-member-privilege-present.yml
          playbooks/role/role-member-service-absent.yml
          playbooks/role/role-member-service-present.yml
          playbooks/role/role-member-user-absent.yml
          playbooks/role/role-member-user-present.yml
          playbooks/role/role-members-absent.yml
          playbooks/role/role-members-present.yml
          playbooks/role/role-rename.yml
      
      New tests for the module:
      
          tests/role/test_role.yml
          tests/role/test_role_service_member.yml
      b33c5a7b
    • Thomas Woerner's avatar
      Merge pull request #323 from t-woerner/external_ca_password_with_FIPS · 97601ceb
      Thomas Woerner authored
      tests/external-signed-ca-../external-ca.sh: Password too weak in FIPS…
      97601ceb
    • Thomas Woerner's avatar
      tests/external-signed-ca-../external-ca.sh: Password too weak in FIPS mode · ffba096d
      Thomas Woerner authored
      The password that is used in the script to generate the CA and also sign
      the CSR is not strong enough in FIPS mode. In normal mode the password was
      ok, though.
      
      In FIPS mode the password needs to have at least one upper, lower, digit
      and a special char.
      ffba096d
  8. Jul 16, 2020
  9. Jul 09, 2020
  10. Jul 07, 2020
  11. Jul 02, 2020
  12. Jul 01, 2020
  13. Jun 30, 2020
  14. Jun 29, 2020
  15. Jun 27, 2020
Loading