diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-23 17:01:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-23 17:01:34 -0300 |
commit | 7cab259815680f7a61218e3305d40b4fbad519a0 (patch) | |
tree | 34b32886275feaba62ad3e2dacfe38b892103f84 | |
parent | 586ddc477b08fbc04f70f22a3ee2263a9df9dc45 (diff) | |
download | hydra-7cab259815680f7a61218e3305d40b4fbad519a0.tar.gz hydra-7cab259815680f7a61218e3305d40b4fbad519a0.tar.bz2 |
Deploy: manage ansible and rsync dependencies
-rw-r--r-- | TODO.md | 3 | ||||
-rwxr-xr-x | share/hydra/deploy | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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 '| |__ ___.__. __| _/___________ __| _/____ ______ | | ____ ___.__.| |' |