MakeBuild

Results 2 issues of MakeBuild

With this error: ``` TASK [bennojoy.network_interface : Install the required packages in Debian derivatives] *** [DEPRECATION WARNING]: Using bare variables for environment is deprecated. Update your playbooks so that the...

I created a kubernetes service that listens on port 222 which I want to "reverse tunnel" to my local machine. ``` kubectl create svc clusterip gitlab --tcp=222:222 ``` Then I...