mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-03 17:06:16 +00:00
docker
This commit is contained in:
7
Ansible/Playbooks/Docker-Portainer/playbook.yaml
Normal file
7
Ansible/Playbooks/Docker-Portainer/playbook.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Install Docker on Ubuntu
|
||||
hosts: all
|
||||
become: true
|
||||
roles:
|
||||
- docker_install
|
||||
- portainer_deploy
|
Reference in New Issue
Block a user