contiv / install

Contiv Installer
https://contiv.github.io
Other
114 stars 56 forks source link

pass ansible extra args properly to ansible #308

Closed chrisplo closed 6 years ago

chrisplo commented 6 years ago

Signed-off-by: Chris Plock chrisplo@cisco.com

chrisplo commented 6 years ago

build PR

chrisplo commented 6 years ago

example with local socks5 proxy ssh -D 1080 localhost:

./install/ansible/install_swarm.sh -a "-v --ssh-common-args=\"-o ProxyCommand='nc -x 192.168.2.1 %h %p'\"" -f ../../cluster/.cfg_swarm-mode.yaml -u vagrant -e /Users/chrisplo/.vagrant.d/insecure_private_key -p
chrisplo commented 6 years ago

tested with:

CONTIV_ANSIBLE_IMAGE=plockc/contiv-install:1.1.7.2 BUILD_VERSION=devbuild make build demo-swarm-mode
chrisplo commented 6 years ago

build PR

chrisplo commented 6 years ago

this should address: https://github.com/contiv/ccn/issues/402