Newer
Older
dockersand / ansible / inventories / group_vars / all
  1. # Default credentials - can be overriden by environment-specific definitions
  2.  
  3. # Sandbox Default Startup Variables
  4.  
  5. # These have to be here, and not in the dockersan variable file, because
  6. # the sandbox creation playbook actually runs on localhost, not
  7. # against the sandbox inventory.
  8.  
  9. dockersand_subnet: "192.168.11.0/24"
  10. dockersand_image: "dockersand-centos7"
  11. dockersand_start: "1"
  12. dockersand_end: "10"