diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-18 13:37:07 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-18 13:37:07 -0400 |
| commit | adbba116383f39fc2da375fb9c400b1a7f99ffc2 (patch) | |
| tree | c55221809dd97cc85509425d16137f46d64fa923 /reboot.yml | |
| parent | add owntracks and support debian bookworm (diff) | |
| download | ansible-adbba116383f39fc2da375fb9c400b1a7f99ffc2.tar.gz ansible-adbba116383f39fc2da375fb9c400b1a7f99ffc2.tar.bz2 ansible-adbba116383f39fc2da375fb9c400b1a7f99ffc2.zip | |
split plex (alpine) into plex (debian) and radio (debian)
Diffstat (limited to 'reboot.yml')
| -rw-r--r-- | reboot.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/reboot.yml b/reboot.yml new file mode 100644 index 0000000..3d9df19 --- /dev/null +++ b/reboot.yml @@ -0,0 +1,4 @@ +- name: Reboot VMs + hosts: all + roles: + - reboot |