ansible/playbooks/00_poweroff.yml
ladislav.dusa afc7817a81 conf added
2024-12-11 16:33:42 +01:00

9 lines
169 B
YAML
Executable File

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