mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 02:07:46 +07:00
Add entrypoint script for tool container
This commit is contained in:
parent
9cad9b9f3f
commit
8859fe465c
7
tools/docker-entrypoint.sh
Executable file
7
tools/docker-entrypoint.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
kolla-ansible -i $1 bootstrap-servers
|
||||
kolla-ansible -i $1 prechecks
|
||||
kolla-ansible -i $1 deploy
|
Loading…
Reference in New Issue
Block a user