This commit is contained in:
James Turland
2024-05-02 13:37:53 +01:00
parent 83ca476110
commit a7b12f0b32
10 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Install Docker on Ubuntu
hosts: all
become: true
roles:
- docker_install
- portainer_deploy