Add Portainer #45

Merged
lukas merged 15 commits from add-portainer into main 2021-06-21 09:59:57 +00:00
1 changed files with 12 additions and 0 deletions
Showing only changes of commit 6702afc8f7 - Show all commits

View File

@ -0,0 +1,12 @@
- name: run container
docker_container:
name: 'portainer'
image: portainer/portainer-ce
networks:
- name: bridge
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
ports:
- "8000:8000"
- "9000:9000"
state: started