Commit b10d32db authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_web_deploy: Include script template for max deployment

This is helpfull when you need to include "as after installation" scripts, where things move foward with no questions asked.
parent 19e3f1b6
#!/bin/bash
set -e
#
# Paste content of function-common
# https://lab.nexedi.com/nexedi/slapos.package/blob/master/playbook/roles/install-script/files/function-common
#
${function_common_content}
${base_setup_content}
${slapos_install_content}
clear
echo "Starting Ansible playbook:"
ansible-playbook vifib-base.yml -i hosts --connection=local
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment