diff options
author | heqnx <root@heqnx.com> | 2025-07-13 10:57:47 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-13 10:57:47 +0300 |
commit | 285c042610ea4b7fe77ddeff7a258c3bfd310668 (patch) | |
tree | f1aad91d0b3c98b2615f275b7aeed1b2a70d3d41 /ansible/roles/adcs01/tasks/reboot.yaml | |
parent | 79b262d6e75ad3ad7c2522a490446c4b72dc6232 (diff) | |
download | ansible-active-directory-range-285c042610ea4b7fe77ddeff7a258c3bfd310668.tar.gz ansible-active-directory-range-285c042610ea4b7fe77ddeff7a258c3bfd310668.zip |
added adcs role
Diffstat (limited to 'ansible/roles/adcs01/tasks/reboot.yaml')
-rw-r--r-- | ansible/roles/adcs01/tasks/reboot.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/adcs01/tasks/reboot.yaml b/ansible/roles/adcs01/tasks/reboot.yaml new file mode 100644 index 0000000..a7266d0 --- /dev/null +++ b/ansible/roles/adcs01/tasks/reboot.yaml @@ -0,0 +1,3 @@ +- name: reboot + win_reboot: + reboot_timeout: 3600 |