bootstrap script renamed
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -13,7 +13,7 @@ Vagrant.configure("2") do |config|
|
||||
vb.memory = "4096"
|
||||
vb.cpus = 2
|
||||
end
|
||||
config.vm.provision :shell, path: "bootstrap-mgmt.sh"
|
||||
config.vm.provision :shell, path: "bootstrap-gitlab.sh"
|
||||
config.vm.provision "ansible" do |ansible|
|
||||
ansible.playbook = "ansible/gitlab_server.yml"
|
||||
ansible.groups = {
|
||||
|
||||
Reference in New Issue
Block a user