Skip to content
  1. Feb 28, 2022
  2. Dec 06, 2021
  3. Oct 01, 2021
  4. Sep 29, 2021
  5. 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
  6. Jun 05, 2021
  7. 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
  8. Apr 15, 2021
  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 30, 2020
  19. Nov 24, 2020
  20. Aug 28, 2020
  21. Aug 18, 2020
  22. Aug 01, 2020
  23. Jul 28, 2020
  24. Jul 27, 2020
  25. Jun 05, 2020
  26. Apr 18, 2020
  27. 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
  28. Mar 30, 2020
  29. Mar 25, 2020
  30. Mar 18, 2020
Loading