Move all files to deploying-php-ansible-ansistrano/demo/
This commit is contained in:
parent
986ba5097d
commit
ad3af7d318
214 changed files with 0 additions and 0 deletions
19
Vagrantfile
vendored
19
Vagrantfile
vendored
|
@ -1,19 +0,0 @@
|
|||
# -*- mode: ruby -*-
|
||||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "geerlingguy/ubuntu1604"
|
||||
config.vm.hostname = "dransible"
|
||||
config.vm.network "private_network", ip: "192.168.33.10"
|
||||
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.name = 'dransible'
|
||||
vb.memory = 2048
|
||||
vb.cpus = 1
|
||||
end
|
||||
|
||||
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
|
||||
config.vm.define :dransible do |dransible|
|
||||
end
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue