Add BI App file server and configuration management for hosts

This commit is contained in:
2026-04-19 08:58:54 +02:00
parent ee04f1ff1a
commit 64b1530cc2
16 changed files with 460 additions and 17 deletions

View File

@@ -0,0 +1,10 @@
all:
children:
fs_servers:
hosts:
SK3SFS1P.ad.cwx.hr:
ansible_host: 10.10.2.101
ansible_connection: ssh
ansible_shell_type: powershell
ansible_user: Administrator
ansible_password: "{{ fs_server_password }}"