- Jan 06, 2021
-
-
Florian Ruynat authored
-
- Jan 04, 2021
-
-
Etienne Champetier authored
All packages have proper dependencies in latest versions Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Dec 24, 2020
-
-
Etienne Champetier authored
Upgrading docker / containerd without adapting the configuration might break the node, so disable docker-ce repo by default. We are already using dpkg hold for Debian. All containerd.io packages provide /usr/bin/runc, so no need to check yum_conf was never used for containerd module_hotfixes should not be needed with the EL8 repo Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Dec 05, 2020
-
-
Sander Klein authored
This will make sure an upgrade doesn't upgrade the docker cli.
-
- Dec 04, 2020
-
-
Florian Ruynat authored
-
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
-
- Nov 30, 2020
-
-
Danilo Riecken P. de Morais authored
-
- Nov 24, 2020
-
-
Barry Melbourne authored
-
- Oct 20, 2020
-
-
Etienne Champetier authored
This fixes the Containerd + EL8 case that was missed in 7d1ab337 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 ``` Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Sep 25, 2020
-
-
Florian Ruynat authored
-
- Sep 23, 2020
-
-
Florian Ruynat authored
-
- Aug 31, 2020
-
-
Barry Melbourne authored
* Set Docker Cgroup driver to systemd * Add docker_cgroup_driver in Docker defaults
-
- Aug 28, 2020
-
-
Barry Melbourne authored
-
Maxime Guyot authored
-
- Aug 21, 2020
-
-
*=0=1=4=* authored
-
- Aug 18, 2020
-
-
Bernard Landon authored
-
- Aug 04, 2020
-
-
Victor Morales authored
Signed-off-by: Victor Morales <v.morales@samsung.com>
-
- Aug 01, 2020
-
-
Cristian Chiru authored
* Moved docker_dns_options to defaults so it can be overridden * Fixed yaml indentation and markdown * Moved docker_dns_search_domains to defaults
-
- Jul 31, 2020
-
-
Florian Ruynat authored
-
- Jul 28, 2020
-
-
Maxime Guyot authored
-
- Jul 27, 2020
-
-
Maxime Guyot authored
-
- Jul 22, 2020
-
-
Florian Ruynat authored
-
- Jun 29, 2020
-
-
Joel Seguillon authored
-
- Jun 08, 2020
-
-
Florian Ruynat authored
-
- Jun 05, 2020
-
-
Lovro Seder authored
* Manage containerd.io package with docker CRI. * Refactor common containerd stuff to separate role * Fix check mode and unnecessary shell.
-
- May 28, 2020
-
-
Florian Ruynat authored
-
- May 25, 2020
-
-
Florian Ruynat authored
-
- May 13, 2020
-
-
tasekida authored
-
- May 12, 2020
-
-
Hector S authored
-
- May 09, 2020
-
-
Florian Ruynat authored
-
- Apr 18, 2020
-
-
Maxime Guyot authored
-
- Apr 16, 2020
-
-
aharrisson authored
* Add Molecule for container-engine/docker * Add bootstrap-os to Molecule prepare stage
-
- Apr 14, 2020
-
-
Christopher Randles authored
-
- Apr 09, 2020
-
-
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.
-
- Apr 08, 2020
-
-
Alexander Kross authored
-
Maxime Guyot authored
-
- Mar 30, 2020
-
-
Christopher Randles authored
Signed-off-by: Chris Randles <randles.chris@gmail.com>
-
- Mar 25, 2020
-
-
Etienne Champetier authored
we can't set module_hotfixes=True using yum_repository ansible module Fixes 38688a44 (keep docker-ce.repo name) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Mar 24, 2020
-
-
Pierre Gaxatte authored
-
- Mar 18, 2020
-
-
spaced authored
-