aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md3
-rwxr-xr-xshare/hydra/deploy3
2 files changed, 4 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index be5e2c2..cce4e41 100644
--- a/TODO.md
+++ b/TODO.md
@@ -5,5 +5,4 @@ TODO
* sync-tpc: way to ignore /var/cache/qemu and other files from syncing,
perhaps a .sync-tpc-ignore.
* hydra:
- * deploy:
- * manage ansible package at local machine
+ * deploy: ansible support
diff --git a/share/hydra/deploy b/share/hydra/deploy
index 63ff54e..2b914d3 100755
--- a/share/hydra/deploy
+++ b/share/hydra/deploy
@@ -33,6 +33,9 @@ if [ -z "$NODES" ]; then
NODES="`hydra $HYDRA nodes`"
fi
+# Deploy requirements
+hydra_install_package ansible rsync
+
# Banner
#echo '.__ .___ .___ .__ ._.'
#echo '| |__ ___.__. __| _/___________ __| _/____ ______ | | ____ ___.__.| |'