Install Docker With Ansible
blogcraft.c3tres.co › install-docker-with-ansibleDec 29, 2021 · Install Docker-compose With Ansible; Install Docker Container With Ansible--> This article shows you how to install Ansible running in a Docker container. Using a container for Ansible development solves the problem of 'It works on my machine.' by providing a consistent experience across all your environments, locally or in production.
Ansible Docker Install
chipblog.providencesolar.co › ansible-docker-installDec 28, 2021 · Ansible Install Docker-py; Ansible Docker Install Python; Name: Install Docker yum: name: docker-ce state: latest; RHEL 8 version. Name: Install Docker shell: 'dnf install -nobest docker-ce' A more clean solution It would be to declare both tasks and set a when conditional, in order to evaluate which version of the current OS it is running and, based on that execute the related task.