Skip to content
  1. Nov 18, 2022
  2. Oct 31, 2022
  3. Aug 04, 2022
  4. Mar 11, 2022
  5. Dec 06, 2021
  6. Oct 01, 2021
  7. Jul 12, 2021
    • Cristian Calin's avatar
      Move to Ansible 3.4.0 (#7672) · 7516fe14
      Cristian Calin authored
      * Ansible: move to Ansible 3.4.0 which uses ansible-base 2.10.10
      
      * Docs: add a note about ansible upgrade post 2.9.x
      
      * CI: ensure ansible is removed before ansible 3.x is installed to avoid pip failures
      
      * Ansible: use newer ansible-lint
      
      * Fix ansible-lint 5.0.11 found issues
      
      * syntax issues
      * risky-file-permissions
      * var-naming
      * role-name
      * molecule tests
      
      * Mitogen: use 0.3.0rc1 which adds support for ansible 2.10+
      
      * Pin ansible-base to 2.10.11 to get package fix on RHEL8
      7516fe14
  8. 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
  9. Feb 10, 2021
  10. Jan 25, 2021
  11. Jan 19, 2021
  12. Jan 14, 2021
  13. Jan 11, 2021
  14. Jan 04, 2021
  15. Dec 24, 2020
  16. Dec 05, 2020
  17. 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
  18. Nov 24, 2020
  19. Aug 28, 2020
  20. Jul 28, 2020
  21. Jul 27, 2020
  22. Jun 05, 2020
  23. Apr 18, 2020
  24. 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
  25. Mar 30, 2020
  26. Mar 25, 2020
  27. Mar 18, 2020
  28. 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
  29. Feb 23, 2020
  30. Feb 18, 2020
  31. Jan 17, 2020
Loading