3
0
forked from jakub/ansible

Refactor portainer configuration: standardize ansible_password, simplify SSH arguments, and clean up inventory group naming.

This commit is contained in:
fencl
2025-10-03 15:16:44 +02:00
parent 2643526326
commit 5df4686c00
3 changed files with 4 additions and 13 deletions

View File

@@ -1,13 +1,6 @@
ansible_user: howard
ansible_password: "Papadopolus0" # vezme secret ze Semaphoru
ansible_password: "Papadopolus0"
# Force native ssh + password, with Proxy via Proxmox.
ansible_connection: ssh
ansible_port: 22
ansible_ssh_common_args: >-
-o StrictHostKeyChecking=no
-o UserKnownHostsFile=/dev/null
-o ProxyCommand="ssh -q
-o StrictHostKeyChecking=no
-o UserKnownHostsFile=/dev/null
root@192.168.69.2 -W %h:%p"
ansible_ssh_common_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -J root@192.168.69.2"