ansible/playbooks/00_poweroff.yml
2022-12-14 02:23:34 +01:00

8 lines
144 B
YAML

- hosts: odroid_cluster
name: Power off
become: true
gather_facts: false
tasks:
- name: Shut down
community.general.shutdown: