Skip to content
  1. Jun 09, 2020
  2. May 14, 2020
  3. Apr 26, 2020
  4. Apr 02, 2020
  5. Mar 30, 2020
    • Thomas Woerner's avatar
      ipaserver docs: Calm down module linter · a972beb4
      Thomas Woerner authored
      The use of "default: idstart+199999" in the description of the idmax
      parameter was resulting in the galaxy import error:
      
        Cannot parse "DOCUMENTATION": mapping values are not allowed here in
        "<unicode string>", line 52, column 58: ... value for the IDs range
        (default: idstart+199999)
      
      The ":" has simply been removed to fix this issue.
      a972beb4
  6. Mar 20, 2020
  7. Feb 13, 2020
  8. Jan 23, 2020
  9. Dec 11, 2019
    • Thomas Woerner's avatar
      ipaserver_test: Do not use zone_overlap_check for domain name validation · 9c853894
      Thomas Woerner authored
      The use of zone_overlay_check for the domain name validation is not good
      for a repeated execution of the server deployment where setup_dns is
      enabled. The zone overlay check will fail with "DNS zone X already exists
      in DNS". zone_overlay_check is later on used in dns.install_check so it is
      not needed to do it here also.
      
      Fixes issues #164 (domain option validator should not call zone overlap..)
      9c853894
  10. Dec 09, 2019
    • Alexander Bokovoy's avatar
      Install and enable firewalld if it is configured for ipareplica role · 592680f5
      Alexander Bokovoy authored
      ipareplica role by default tries to configure firewalld but it didn't
      check if firewalld related packages were installed.
      
      Similar to DNS and trust to AD features, install firewalld-related
      packages before trying to configure firewalld.
      
      Additionally, enable and start firewalld.service because otherwise
      firewall-cmd cannot communicate with firewalld itself (it is not
      starting on demand).
      
      If and administrator considers not to use firewalld, a default for
      ipareplica_setup_firewalld variable has to be set to 'no'.
      
      Fixes: https://github.com/freeipa/ansible-freeipa/issues/116
      592680f5
    • Alexander Bokovoy's avatar
      Install and enable firewalld if it is configured for ipaserver role · 2136c734
      Alexander Bokovoy authored
      ipaserver role by default tries to configure firewalld but it didn't
      check if firewalld related packages were installed.
      
      Similar to DNS and trust to AD features, install firewalld-related
      packages before trying to configure firewalld.
      
      Additionally, enable and start firewalld.service because otherwise
      firewall-cmd cannot communicate with firewalld itself (it is not
      starting on demand).
      
      If and administrator considers not to use firewalld, a default for
      ipaserver_setup_firewalld variable has to be set to 'no'.
      
      Fixes: https://github.com/freeipa/ansible-freeipa/issues/116
      2136c734
  11. Dec 06, 2019
  12. Dec 02, 2019
  13. Nov 20, 2019
    • Thomas Woerner's avatar
      ipaclient: Fix misspelled sssd options · 6ad82e6b
      Thomas Woerner authored
      The sssd options in the ipaclient role missed a 's' in the role. The readme
      of the role used the proper names with 3 's'. The names in the role have
      been fixed and if the old setting are used, they will be used in the first
      place.
      
      Also utils/ansible-ipa-client-install has been adaped to use the proper
      option names now.
      
      This fixes issue #145 (The ipaclient role misspells sssd)
      6ad82e6b
  14. Oct 25, 2019
  15. Oct 07, 2019
  16. Sep 04, 2019
  17. Jul 30, 2019
  18. Jul 26, 2019
  19. Jul 23, 2019
  20. Jul 22, 2019
Loading