Add working provisioning and configuration for MS SQL data warehouse
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
34613730306335623333623230346639323439343264366138623465656138346535663236336635
|
||||
3933323931303236313761656337383735373332393366620a396664653239623437353263306563
|
||||
64643237666633343165633230363065306561376166613735396562386464623532393730643765
|
||||
3135326437616236640a363463383363626539383465663731313833306138633061386666313535
|
||||
37636564373437313933636234636339613330613935336666343433376630346664336336383538
|
||||
62623761323539363536313031623135333831643638336234643264343632393863363539653461
|
||||
32393333646131316337653636386563396562613961383335323431623835653434333839613635
|
||||
63353433656630366166336239643766653938363033373137623532353237353261383261623437
|
||||
31366237353462623731343766653832343936363738373031633231373038376435613662616234
|
||||
34373861656361353863326432616436316537643065313564306131616636383939343438333838
|
||||
37326532663639666332313239316635313637333262633636376237653036343465646638303263
|
||||
31333866633966346534303564623164373637303337646632326135666535663566333833356537
|
||||
30323061613231393332346262393261343731363462623536313964313466666238363532613762
|
||||
65666163376231313065393861643635626136316434643761386137306530346533653366643830
|
||||
63363738366134323665323232313439323865323235313331316164393431373362646630336261
|
||||
39313732376531336230663032363437343862646331613831623063336164373465343136643037
|
||||
66643130636538383339393435616563323930386262343134636134373434326561
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
mssql_server_password: ""
|
||||
|
||||
domain_name: ""
|
||||
domain_join_user: ""
|
||||
domain_join_password: ""
|
||||
domain_ou_path: ""
|
||||
|
||||
mssql_sa_password: ""
|
||||
10
configuration/ansible_mssql/inventories/production/hosts.yml
Normal file
10
configuration/ansible_mssql/inventories/production/hosts.yml
Normal 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 }}"
|
||||
Reference in New Issue
Block a user