summaryrefslogtreecommitdiff
path: root/run-cluster.sh
blob: 2ae3cc231bed295a4d211ed0b4090053495f4305 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -eu

ansible-playbook -i hosts ick-cluster.yml \
                 -e controller_domain=ick \
		 -e @liw.yml \
                 "$@"