Files
dsfin-ansible/group_vars/all.yml
Michael Pellegrino a4e5168c87 *more fixes to prompt for username/password
*fix youtube script so vtomb.com auto-plays (add --autoplay-polic=no-user-gesture-required to command)
2022-05-09 13:45:19 -04:00

11 lines
285 B
YAML

---
def_ad_workgroup : 'LAB'
def_ad_realm : 'LAB.LOCAL'
def_ad_admin : 'administrator'
def_ad_pass : 'Welkom123'
def_ad_dns : '192.168.0.66 192.168.0.67'
def_ad_dc01 : '192.168.0.67'
def_ad_dc02 : '192.168.0.67'
def_ad_basedn : 'OU=lab,DC=lab,DC=local'
def_ad_dns_forwarder: '8.8.8.8'