mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
init
This commit is contained in:
11
playbooks/11_reboot.yml
Normal file
11
playbooks/11_reboot.yml
Normal file
@ -0,0 +1,11 @@
|
||||
- hosts: odroid_cluster
|
||||
name: Install k3s
|
||||
become: true
|
||||
tasks:
|
||||
- name: Reboot the server
|
||||
tags: reboot
|
||||
become: yes
|
||||
become_user: root
|
||||
shell: "sleep 5 && reboot"
|
||||
async: 1
|
||||
poll: 0
|
Reference in New Issue
Block a user