diff --git a/halt.yaml b/halt.yaml new file mode 100644 index 0000000..0cc10fb --- /dev/null +++ b/halt.yaml @@ -0,0 +1,8 @@ +- name: Shutdown all machines + hosts: all + user: administrator + become: true + + tasks: + - name: Unconditionally shut down the machine with all defaults + community.general.shutdown: