feat: add authentication parameters for Portainer stack redeploy

This commit is contained in:
martin.fencl
2026-09-03 09:49:31 +02:00
parent 5b979b3944
commit 224de38863
+3
View File
@@ -10,6 +10,9 @@
ansible.builtin.uri: ansible.builtin.uri:
url: "{{ portainer_tozneberto_webhook }}" url: "{{ portainer_tozneberto_webhook }}"
method: POST method: POST
url_username: "{{ portainer_basic_auth_user }}"
url_password: "{{ portainer_basic_auth_password }}"
force_basic_auth: true
status_code: status_code:
- 200 - 200
- 204 - 204