Explorar o código

Se agrega API_CIDR

Espinoza Guillermo %!s(int64=7) %!d(string=hai) anos
pai
achega
af0590cdc7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tools/src/Release.php

+ 1 - 0
tools/src/Release.php

@@ -304,6 +304,7 @@ class Release extends Command
             $this->_ansible_vars["CMD_USERNAME"] = $this->_user_system['users'][$this->internal_user_id]['user'];
             $this->_ansible_vars["CMD_PASSWORD"] = $this->_user_system['users'][$this->internal_user_id]['password'];
             $this->_ansible_vars["ENV_LIST"] = "prod,dev,test";
+            $this->_ansible_vars["API_CIDR"] = "172.20.0.0/24";
 
             $dObj = new DevOps\FileSystem(realpath($this->directory));
             $dObj->dirExists()->realpath();