From a07b003384bbe5a68231283a9e3e426c89a571b0 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Sun, 1 Jul 2018 13:49:28 -0400 Subject: [PATCH] Added an ad-hoc command script --- supporting-scripts/ad-hoc-command.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 supporting-scripts/ad-hoc-command.sh 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"