adding roles for samba-ad-dc and samba-ad-member
This commit is contained in:
10
group_vars/all.yml
Normal file
10
group_vars/all.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
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'
|
||||
Reference in New Issue
Block a user