mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-19 08:48:05 +07:00
9 lines
140 B
Bash
Executable File
9 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
kolla-ansible -i $1 bootstrap-servers
|
|
kolla-ansible -i $1 prechecks
|
|
kolla-ansible -i $1 deploy
|
|
kolla-ansible post-deploy
|