Commit 27e250ca authored by Levin Zimmermann's avatar Levin Zimmermann

slapos_web_deploy: Introduce Wendelin.Olimex

parent a580f609
#!/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 wendelin-olimex-iot-gateway.yml -i hosts --connection=local
#!/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 wendelin-olimex-sensor.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