Skip to content
  1. Aug 28, 2020
  2. Aug 18, 2020
  3. Aug 01, 2020
  4. Jul 28, 2020
  5. Jul 27, 2020
  6. Jun 05, 2020
  7. Apr 18, 2020
  8. 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
  9. Mar 30, 2020
  10. Mar 25, 2020
  11. Mar 18, 2020
  12. 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
  13. Feb 23, 2020
  14. Feb 18, 2020
  15. Jan 28, 2020
  16. Jan 17, 2020
  17. Dec 05, 2019
  18. Oct 16, 2019
  19. Jul 12, 2019
  20. Jul 08, 2019
  21. Jun 06, 2019
  22. May 16, 2019
  23. May 03, 2019
  24. Apr 29, 2019
  25. Apr 24, 2019
  26. Apr 09, 2019
    • Markos Chandras's avatar
      openSUSE: Use Leap 15.0 instead of 42.3 (#4442) · 12c6b5c3
      Markos Chandras authored
      * Vagrantfile: Bump openSUSE to Leap 15.0
      
      * roles: container-engine: Add 'containerd' package for openSUSE
      
      The 'containerd' package contains the docker-containerd and
      docker-containerd-shim binaries. We also need to ensure that the latest
      version is installed since an older version may already be present (eg GCE
      images)
      
      * Remove docker log-opts for opensuse
      
      * roles: bootstrap-os: Use lowercase 'o' for openSUSE
      
      OpenSUSE is not a valid family name. The correct one is openSUSE
      
      * roles: bootstrap-os: Update zypper cache before first installation
      
      The zypper cache may be outdated so ensure that it's fully updated
      before we try and install the bootstrap packages.
      12c6b5c3
  27. Apr 03, 2019
  28. Apr 02, 2019
  29. Apr 01, 2019
  30. Feb 19, 2019
  31. Feb 13, 2019
  32. Feb 01, 2019
    • Manuel Cintron's avatar
      Fixing an issue where trying to install docker-ce-18.09 on rhel7 nodes (or... · 143e2272
      Manuel Cintron authored
      Fixing an issue where trying to install docker-ce-18.09 on rhel7 nodes (or potentially centos 7) without an enabled extras repo the installation will fail because container-selinux >= 2.9 is required. The check for container-selinux upfront should obviate the need for adding an extras repo if the node is able to find it from another source. (#4161)
      
      143e2272
    • Erwan Miran's avatar
      Fix deprecation warnings (#4130) · 7f93a5a0
      Erwan Miran authored
      * use not deprecated ansible_play_hosts variable
      
      * Using tests as filters is deprecated
      
      * Fix deprecation warning about pkg list
      7f93a5a0
  33. Dec 18, 2018
  34. Nov 16, 2018
  35. Oct 31, 2018
  36. Oct 17, 2018
  37. Oct 12, 2018
    • Kuldip Madnani's avatar
      Handling docker clean up during docker upgrade and docker config changes. (#3321) · d7bb4d95
      Kuldip Madnani authored
      * Added changes to clean up orphan containers and reload docker & kubelet directories.
      
      * Added new files for cleaning up orphans and docker & kubelet directories
      
      * Added new lines at the end of these files
      
      * removed the trailing whitespaces from main.yml and clean-up.yml
      
      * Updated as per the review comments
      
      * Updated as per the review comments
      
      * Removed service_facts and package_facts because they are not supported in ansible 2.4.0
      
      * Corrected yaml syntax errors
      
      * Removed the use of json_query filter and utilized selectattr
      
      * Removed trailing spaces
      
      * Changed the default value of docker_clean_up to false
      
      * Added Changes to only include cleanup-docker-orphans.sh
      
      * Reverted back changes done inside handler.
      
      * Removed trailing spaces and made default value of docker_orphan_clean_up as true
      
      * Reverted the default value of docker_orphan_clean_up as false
      
      * Made the docker clean up as drop in
      
      * Made the docker clean up as drop in
      
      * Reverted the value of boolean docker_orphan_clean_up to false
      d7bb4d95
  38. Oct 10, 2018
Loading