Ansible - Install Docker and Docker Compose on Ubuntu vi install_docker.yml --- - hosts: all become: yes
Ansible - Ubuntu, update, upgrade, dist-upgrade, autoremove vi apt_update.yml --- - hosts: all become: yes