Sample Header Ad - 728x90

Panic/reboot multiple servers simultaneously via Ansible

2 votes
2 answers
751 views
I want to panic/reboot multiple servers at the same time via Ansible CLI, however, the command below gets stuck at execution. Could someone advise how to revise the command to achieve the concurrent panic/reboot?
ansible HostGroup -m shell -a 'echo b >/proc/sysrq-trigger'
Asked by wang larry (69 rep)
Apr 2, 2023, 03:26 AM
Last activity: Apr 12, 2023, 10:06 AM