ansible/playbooks/00_poweroff.yml
2023-12-10 13:35:30 +01:00

9 lines
169 B
YAML

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