ansible:build
The ansible:build builds all Morio artifacts.
Run npm run ansible:build in the root to trigger this script.
Under the hood, this will run:
Terminal
ansible-playbook \
-i ansible/inventory/builders.yaml \
-l builders ansible/playbooks/build-morio-release.yaml
BYOI (bring your own inventory)
For this script to run successfully, you need to use an Ansible inventory that has a Linux and MacOS host. Refer to builders.yaml for an example.