mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-04 09:16:19 +00:00
8 lines
118 B
YAML
8 lines
118 B
YAML
![]() |
---
|
||
|
- name: Install Docker on Ubuntu
|
||
|
hosts: all
|
||
|
become: true
|
||
|
roles:
|
||
|
- docker_install
|
||
|
- portainer_deploy
|