11 lines
286 B
YAML
11 lines
286 B
YAML
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 }}"
|