mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-11-20 19:56:17 +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