changed sftp ip in hosts file as it lives in dmz and not in srv vlan

This commit is contained in:
2026-07-14 09:47:46 +02:00
parent e685bb6e99
commit 4e3594f8f8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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