JG-mirror/Ansible/Playbooks/Docker-Portainer/playbook.yaml
James Turland a7b12f0b32 docker
2024-05-02 13:37:53 +01:00

7 lines
118 B
YAML

---
- name: Install Docker on Ubuntu
hosts: all
become: true
roles:
- docker_install
- portainer_deploy