From 4e3594f8f81244cc55ed46ee1b90f8858dc87e3b Mon Sep 17 00:00:00 2001 From: Petar Cubela Date: Tue, 14 Jul 2026 09:47:46 +0200 Subject: [PATCH] changed sftp ip in hosts file as it lives in dmz and not in srv vlan --- ansible/ansible.cfg | 1 + ansible/hosts.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index bd3d219..59eae14 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -3,6 +3,7 @@ nocows = 1 host_key_checking = false inventory = ./hosts.ini ansible_python_interpreter = /usr/bin/python3 +vault_password_file = ~/.ansible/vault_pass [ssh_connections] pipelining = true diff --git a/ansible/hosts.ini b/ansible/hosts.ini index 6f99166..9a7bdec 100644 --- a/ansible/hosts.ini +++ b/ansible/hosts.ini @@ -8,7 +8,7 @@ phy-z-srv-cloud ansible_host=192.168.66.66 phy-z-srv-git ansible_host=192.168.66.67 [phy_z_dmz_sftp01] -phy-z-dmz-sftp01 ansible_host=192.168.66.68 +phy-z-dmz-sftp01 ansible_host=192.168.99.68 [phy_z_srv_gpu01] phy-z-srv-gpu01 ansible_host=192.168.66.69