Browse Source

Se agrega API_CIDR

Espinoza Guillermo 6 years ago
parent
commit
af0590cdc7
1 changed files with 1 additions and 0 deletions
  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();