Skip to content
  1. Jun 05, 2021
  2. Apr 23, 2021
    • Cristian Calin's avatar
      Initial AlmaLinux support (#7538) · 73db44b0
      Cristian Calin authored
      * AlmaLinux: ansible>2.9.19 is needed to know about AlmaLinux
      
      * AlmaLinux: identify as a centos derrivative
      
      * AlmaLinux: add AlmaLinux to checks for CentOS
      
      * Use ansible_os_family to compare family and not distribution
      73db44b0
  3. Apr 15, 2021
  4. Feb 10, 2021
  5. Jan 25, 2021
  6. Jan 19, 2021
  7. Jan 14, 2021
  8. Jan 11, 2021
  9. Jan 04, 2021
  10. Dec 24, 2020
  11. Dec 05, 2020
  12. Dec 04, 2020
    • OwenTuz's avatar
      Ensure libseccomp is installed before starting containerd on CentOS 8 (#6922) · d315f730
      OwenTuz authored
      * Ensure libseccomp is installed before starting containerd on CentOS 8
      
      * Simplify libseccomp install on CentOS 8
      
      - Uses `package` module
      - Replaces complex version check with 'state: latest'. The version must
        be > 2.3 when using with cri-o.
      - Removes unnecessary `not is_ostree` condition as CentOS 8 does not use
        ostree
      d315f730
  13. Nov 30, 2020
  14. Nov 24, 2020
  15. Aug 28, 2020
  16. Aug 18, 2020
  17. Aug 01, 2020
  18. Jul 28, 2020
  19. Jul 27, 2020
  20. Jun 05, 2020
  21. Apr 18, 2020
  22. Apr 09, 2020
    • Denis Kadyshev's avatar
      Proxy fixes (#5869) · 7d1ab337
      Denis Kadyshev authored
      * Fix proxy and module_hotfixes
      
      On CentOS 8 with proxy ansible render inline `proxy` and `module_hotfixes` options.
      
      For example:
      
      `proxy=http://127.0.0.1:3128module_hotfixes=True`
      
      But expected result:
      
      ```
      proxy=http://127.0.0.1:3128
      module_hotfixes=True
      ```
      
      * Use ini_file module for work with ini files
      
      * Prevent duplicates proxy= option in /etc/yum.conf
      
      Module `lineinfile` is weak, use most powerful module `ini_file` and add or remove `proxy=` when `http_proxy` is defined or not.
      7d1ab337
  23. Mar 30, 2020
  24. Mar 25, 2020
  25. Mar 18, 2020
  26. Mar 17, 2020
    • spaced's avatar
      Fedora CoreOS support (#5657) · 876d4de6
      spaced authored
      * fedora coreos support
      - bootstrap and new fact for
      
      * fedora coreos support
      - fix bootstrap condition
      
      * fedora coreos support
      - allow customize packages for fedora coreos bootstrap
      
      * fedora coreos support
      - prevent install ptyhon3 and epel via dnf for fedora coreos
      
      * fedora coreos support
      - handle all ostree like os in same way
      
      * fedora coreos support
      - handle all ostree like os in same way for crio
      
      * fedora coreos support
      - add fcos documentations
      876d4de6
  27. Feb 23, 2020
  28. Feb 18, 2020
  29. Jan 28, 2020
  30. Jan 17, 2020
Loading