diff --git a/supporting-scripts/ad-hoc-command.sh b/supporting-scripts/ad-hoc-command.sh new file mode 100644 index 0000000..5f5422e --- /dev/null +++ b/supporting-scripts/ad-hoc-command.sh @@ -0,0 +1 @@ +ANSIBLE_HOST_KEY_CHECKING=False ansible all -i hosts -u root -a "reboot"