From 1591c2e78724c0de272f7e7a93f7e3a5ff12e03d Mon Sep 17 00:00:00 2001 From: fencl Date: Fri, 3 Oct 2025 14:50:06 +0200 Subject: [PATCH] Update ansible_password in portainer.yml to use a static value for consistency --- host_vars/portainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_vars/portainer.yml b/host_vars/portainer.yml index 8b01fa1..121bf8d 100644 --- a/host_vars/portainer.yml +++ b/host_vars/portainer.yml @@ -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" \ No newline at end of file