Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-p authored Nov 28, 2021
1 parent 3042647 commit 25b29f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# defaults file for ansible-pdc
pdc_administrator_username: Administrator
pdc_administrator_password: P@ssw0rd!
pdc_delayed_services: [WinRM]
pdc_dns_nics: "*"
pdc_dns_servers: "{{ ansible_host }}"
pdc_domain: ad.example.test
Expand All @@ -12,4 +11,4 @@ pdc_domain_functional_level: Default
pdc_forest_functional_level: Default
pdc_required_psmodules: [xPSDesiredStateConfiguration, NetworkingDsc, ComputerManagementDsc, ActiveDirectoryDsc]
pdc_required_features: ["AD-domain-services", "DNS"]
pdc_desired_dns_forwarders: ["8.8.8.8", "8.8.4.4"]
pdc_desired_dns_forwarders: ["8.8.8.8", "8.8.4.4"]

0 comments on commit 25b29f0

Please sign in to comment.