From 71fd262c404f9571a677612debb591d059bc0020 Mon Sep 17 00:00:00 2001 From: fencl Date: Fri, 3 Oct 2025 15:43:59 +0200 Subject: [PATCH] E --- host_vars/portainer.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/host_vars/portainer.yml b/host_vars/portainer.yml index 93d3e58..5183cb5 100644 --- a/host_vars/portainer.yml +++ b/host_vars/portainer.yml @@ -1,13 +1,19 @@ ansible_user: howard +ansible_password: "Papadopolus0" # English: SSH password for howard@portainer ansible_connection: ssh ansible_port: 22 -ansible_ssh_private_key_file: "/var/lib/semaphore/.ssh/" # English: private key path on Semaphore host ansible_ssh_common_args: >- -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -J root@192.168.69.2 -# Only keep become if needed: +# English: We escalate to root via sudo. ansible_become: true ansible_become_method: sudo -# ansible_become_password: "..." # only if sudo requires password \ No newline at end of file + +# English: SUDO password for howard (often same as SSH password; change if different). +ansible_become_password: "Papadopolus0" + +# (Optional, for older installs—harmless to keep both) +ansible_ssh_pass: "Papadopolus0" +ansible_sudo_pass: "Papadopolus0" \ No newline at end of file