ansible/playbooks/00_poweroff.yml

9 lines
169 B
YAML
Raw Permalink Normal View History

2022-12-14 02:23:34 +01:00
- hosts: odroid_cluster
name: Power off
become: true
gather_facts: false
tasks:
- name: Shut down
community.general.shutdown:
2023-12-10 13:35:30 +01:00
ignore_errors: yes