Commit 1e74ed08 authored by Levin Zimmermann's avatar Levin Zimmermann

slapos_web_deploy: Introduce Wendelin.Olimex*

See merge request !358
parents c70ea43f 27e250ca
Pipeline #19246 passed with stage
in 0 seconds
#!/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