Ansible Playbook – Install Docker on CentOS 7

The following example was taken as a Playbook. This Playbook runs on the “docker” host group, installs the necessary packages for Docker, adds the Docker repository, installs Docker, launches it and adds it to autorun. Also adds the user “artem” to the group “docker“   docker.yaml   Apply Playbook:

 Ansible – Install

A simple example of installing Ansible and adding a host. Install Ansible:   RedHat systems: Deb systems:   Generate an SSH key if it is not on the instance with Ansible:   Add the public key to the host, which we will manage:   Add the host to the list:   And insert the following … Continue reading " Ansible – Install"