kiloeyes/tools/vagrant/ubuntu/onvm/scripts/install-agent.sh

13 lines
204 B
Bash

#!/usr/bin/env bash
# $1 sys_password
# $2 public ip eth0
source /onvm/scripts/ini-config
eval $(parse_yaml '/onvm/conf/nodes.conf.yml' 'leap_')
#apt-get update
echo 'Agent install is now complete!'