diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-04-16 10:52:27 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-04-16 10:52:27 +0200 |
commit | 3155c744b3924e68213e542b9a22d858bb64cf83 (patch) | |
tree | 097457f18cbcda0008d01c865255e92c1a3911a7 /setup.sh | |
parent | abea46eb8a3e05f6010247b526b5364ec312f2dc (diff) | |
download | ands-3155c744b3924e68213e542b9a22d858bb64cf83.tar.gz ands-3155c744b3924e68213e542b9a22d858bb64cf83.tar.bz2 ands-3155c744b3924e68213e542b9a22d858bb64cf83.tar.xz ands-3155c744b3924e68213e542b9a22d858bb64cf83.zip |
Provision monitoring scripts on request
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -155,6 +155,12 @@ case "$action" in current) apply playbooks/current.yml "$@" || exit ;; + monitor) + apply playbooks/ands-monitor.yml "$@" || exit 1 + ;; + backup) + apply playbooks/ands-backup.yml "$@" || exit 1 + ;; setup) subrole=$2 shift |