ansible/playbooks/00_poweroff.yml

8 lines
144 B
YAML
Raw 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: