mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
18 lines
272 B
INI
18 lines
272 B
INI
|
[mdt]
|
||
|
|
||
|
# Set the MDT server to connect to
|
||
|
server = localhost.example.com
|
||
|
|
||
|
# Set the MDT Instance
|
||
|
instance = EXAMPLEINSTANCE
|
||
|
|
||
|
# Set the MDT database
|
||
|
database = MDTDB
|
||
|
|
||
|
# Configure login credentials
|
||
|
user = local.domain\admin
|
||
|
password = adminpassword
|
||
|
|
||
|
[tower]
|
||
|
groupname = mdt
|