mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-22 07:50:19 +00:00
7 lines
118 B
YAML
7 lines
118 B
YAML
---
|
|
- name: Install Docker on Ubuntu
|
|
hosts: all
|
|
become: true
|
|
roles:
|
|
- docker_install
|
|
- portainer_deploy
|