add reboot playbook

This commit is contained in:
2024-11-02 03:38:02 +01:00
parent 24f8933ba3
commit 100a0ed7db
2 changed files with 14 additions and 1 deletions

View File

@@ -32,7 +32,7 @@
listen_interface: mgmnt
listen_port: 9100
autocommit: true
- name: Reboot device
- name: Reboot devices
ansible.builtin.command:
cmd: "reboot"
changed_when: false