mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-03-13 15:23:22 +01:00
8 lines
144 B
YAML
8 lines
144 B
YAML
![]() |
- hosts: odroid_cluster
|
||
|
name: Power off
|
||
|
become: true
|
||
|
gather_facts: false
|
||
|
tasks:
|
||
|
- name: Shut down
|
||
|
community.general.shutdown:
|