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/init.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible/roles/dc02/tasks/init.yaml (limited to 'ansible/roles/dc02/tasks/init.yaml') diff --git a/ansible/roles/dc02/tasks/init.yaml b/ansible/roles/dc02/tasks/init.yaml new file mode 100644 index 0000000..84b3c3e --- /dev/null +++ b/ansible/roles/dc02/tasks/init.yaml @@ -0,0 +1,3 @@ +- name: execute init.ps1 + ansible.windows.win_powershell: + script: C:\scripts\init.ps1 -- cgit v1.2.3