Add working provisioning and configuration for MS SQL data warehouse

This commit is contained in:
2026-03-16 13:29:55 +01:00
parent 2eeffc604a
commit ee04f1ff1a
23 changed files with 1100 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
all:
children:
mssql_servers:
hosts:
SMSSQLDW1P.ad.cwx.hr:
ansible_host: 10.10.2.100
ansible_connection: ssh
ansible_shell_type: powershell
ansible_user: Administrator
ansible_password: "{{ mssql_server_password }}"