From 52fcb80ec4f08d5e15b421d2fb31ad075d81a8c8 Mon Sep 17 00:00:00 2001 From: fencl Date: Fri, 3 Oct 2025 15:22:19 +0200 Subject: [PATCH] Update ansible_password in portainer.yml to a placeholder value for security --- 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 3b5a924..e131765 100644 --- a/host_vars/portainer.yml +++ b/host_vars/portainer.yml @@ -1,5 +1,5 @@ ansible_user: howard -ansible_password: Papadopolus0 +ansible_password: "x" ansible_connection: ssh ansible_port: 22