diff options
author | heqnx <root@heqnx.com> | 2025-07-14 11:54:51 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-14 11:54:51 +0300 |
commit | b1ca188b8a16a49b79cd18ae39261fe9c666edf1 (patch) | |
tree | 2c1ec57694b79332c3017bf73b47521632a9602b /ansible/roles/websql01/tasks/reboot.yaml | |
parent | 21de19d2573b802d93cd0a9af739ca2937e28b66 (diff) | |
download | ansible-active-directory-range-b1ca188b8a16a49b79cd18ae39261fe9c666edf1.tar.gz ansible-active-directory-range-b1ca188b8a16a49b79cd18ae39261fe9c666edf1.zip |
working iis + mssql setup
Diffstat (limited to 'ansible/roles/websql01/tasks/reboot.yaml')
-rw-r--r-- | ansible/roles/websql01/tasks/reboot.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/websql01/tasks/reboot.yaml b/ansible/roles/websql01/tasks/reboot.yaml new file mode 100644 index 0000000..a7266d0 --- /dev/null +++ b/ansible/roles/websql01/tasks/reboot.yaml @@ -0,0 +1,3 @@ +- name: reboot + win_reboot: + reboot_timeout: 3600 |