openwhisk
openwhisk copied to clipboard
Deployment with ansible on an air-gapped server
Is there any documentation or can anyone shed some light on how one could deploy locally using Ansible on an airgapped server?
I believe there would be no big difference but installing all dependencies and libraries manually as you can't use any package manager. You can find dependencies in these guides. https://github.com/apache/openwhisk/tree/master/tools/ubuntu-setup https://github.com/apache/openwhisk/tree/master/ansible#deploying-openwhisk-using-ansible
Are you looking for other than that?