3
0
forked from jakub/ansible

Update ansible_password in portainer.yml to use a static value for consistency

This commit is contained in:
fencl
2025-10-03 14:50:06 +02:00
parent 5c74f10f37
commit 1591c2e787

View File

@@ -1,3 +1,3 @@
ansible_user: howard
ansible_password: "{{ portainer_pass }}"
ansible_password: Papadopolus0
ansible_ssh_common_args: "-o ProxyJump=root@192.168.69.2"