You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
412 B
YAML
13 lines
412 B
YAML
---
|
|
- name: Pull start-portainer-stack
|
|
docker_image:
|
|
name: ghcr.io/chatton/start-portainer-stack:master
|
|
source: pull
|
|
|
|
- name: Start stack
|
|
ansible.builtin.command: docker run --rm
|
|
-e PORTAINER_USER_NAME=admin
|
|
-e PORTAINER_PASSWORD="{{portainer_password}}"
|
|
-e PORTAINER_BASE_URL="http://{{ansible_eth0.ipv4.address}}:9000"
|
|
ghcr.io/chatton/start-portainer-stack:master "{{stack_name}}"
|