CESI: Sécurité entreprise, maquette + support OK

This commit is contained in:
2018-02-04 18:27:46 +01:00
parent 56066ac24f
commit e4cad32252
7 changed files with 153 additions and 35 deletions

View File

@ -64,7 +64,7 @@ Vagrant.configure("2") do |config|
config.vm.define "workstation-developer-linux" do |workstation|
workstation.vm.box = "ubuntu/xenial64"
workstation.vm.hostname = "developer-ws1"
workstation.vm.hostname = "developer-workstation"
workstation.vm.network "private_network", ip: "192.168.201.10", virtualbox_intnet: "developer", auto_config: false
workstation.vm.provision :shell, path: "provisioning/workstation/configure_desktop.sh"
workstation.vm.provision :reload