mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-14 17:22:24 +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
|