parent
a16f6a6efa
commit
f3ab308b8c
@ -1,2 +1,10 @@ |
|||||||
--- |
--- |
||||||
- name: Initialize the controlplane |
- name: Initialize the controlplane |
||||||
|
hosts: all |
||||||
|
become: yes |
||||||
|
become_method: sudo |
||||||
|
become_user: root |
||||||
|
tasks: |
||||||
|
- name: Reboot machine to finaliza presetup |
||||||
|
reboot: |
||||||
|
reboot_timeout: 3600 |
Loading…
Reference in new issue