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

set -eu

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