Files
JimsGarage/Ansible/Playbooks/Docker-Portainer/playbook.yaml
T
2024-05-02 13:37:53 +01:00

8 lines
118 B
YAML

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