How to Install Docker Engine with Ansible on Oracle Linux 7

1 · Hayato Iriumi · Jan. 3, 2022, 5:04 a.m.
I am wanting to make sure Docker engine is present on my Jenkins host. To prove that Docker is not installed yet, here is the result of sudo systemctl status docker on the Jenkins host. Here is the Ansible playbook I came up with. The target host is an Oracle Linux 7 on ARM64 processor. … Continue reading "How to Install Docker Engine with Ansible on Oracle Linux 7"...