forked from jakub/ansible
feat: add authentication parameters for Portainer stack redeploy
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user