mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
init
This commit is contained in:
7
playbooks/00_poweroff.yml
Normal file
7
playbooks/00_poweroff.yml
Normal file
@ -0,0 +1,7 @@
|
||||
- hosts: odroid_cluster
|
||||
name: Power off
|
||||
become: true
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Shut down
|
||||
community.general.shutdown:
|
Reference in New Issue
Block a user