From cbd285087e710a265bdddfb4521a39a57bc8702c Mon Sep 17 00:00:00 2001 From: heqnx Date: Thu, 17 Jul 2025 18:08:37 +0300 Subject: added tree and child domain --- ansible/roles/dc02/tasks/setup_domain.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ansible/roles/dc02/tasks/setup_domain.yaml (limited to 'ansible/roles/dc02/tasks/setup_domain.yaml') diff --git a/ansible/roles/dc02/tasks/setup_domain.yaml b/ansible/roles/dc02/tasks/setup_domain.yaml new file mode 100644 index 0000000..ef8a541 --- /dev/null +++ b/ansible/roles/dc02/tasks/setup_domain.yaml @@ -0,0 +1,2 @@ +- name: execute setup-main-domain.ps1 + ansible.windows.win_command: powershell.exe -ExecutionPolicy Bypass -File C:\scripts\setup-main-domain.ps1 -DomainName "{{ tree_domain_name }}" -SafeModePassword "P4ssw0rd1234!" -- cgit v1.2.3