openwhisk icon indicating copy to clipboard operation
openwhisk copied to clipboard

Deployment with ansible on an air-gapped server

Open amongil opened this issue 5 years ago • 1 comments

Is there any documentation or can anyone shed some light on how one could deploy locally using Ansible on an airgapped server?

amongil avatar Feb 01 '21 10:02 amongil

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?

style95 avatar Feb 01 '21 12:02 style95