Re: [vagrant-up] Why my ansible provisioner runs twice?

2016-09-22 Thread Alvaro Miranda Aguilera
Happy to help! :) On Thu, Sep 22, 2016 at 10:57 PM, cannn wrote: > You're gentleman and a scholar Alvaro. > > Thank you very much! It solved the problem! > > On Thursday, September 22, 2016 at 12:54:30 PM UTC-7, Alvaro Miranda > Aguilera wrote: >> >> hello >> >> you have the

[vagrant-up] Why my ansible provisioner runs twice?

2016-09-22 Thread cannn
Hello All, I have a question about my vagrant file: https://pastebin.mozilla.org/8912017 I simply created 3 different sections within my vagrant file to set up 3 different servers with Ansible Everything works properly but, for some reason, my ansible script runs twice during the server

[vagrant-up] Is there an issue with assigning static IP address to custom boxes?

2016-09-22 Thread William Saxton
Not sure if this is a common issue, but I've easily set up a VM with static IP using the following: Vagrantfile: *config.vm.define "swrmsca" do |swrmsca|* *swrmsca.vm.box = "bento/centos-7.2"* *swrmsca.vm.network "private_network", ip: "192.168.1.101"* *swrmsca.vm.hostname =

Re: [vagrant-up] Why my ansible provisioner runs twice?

2016-09-22 Thread Alvaro Miranda Aguilera
hello you have the ansible inside the virtuabox block you may have pasted just before the end On Thu, Sep 22, 2016 at 7:58 PM, cannn wrote: > Hello All, > > I have a question about my vagrant file: https://pastebin.mozilla.org/ > 8912017 > > I simply created 3 different

Re: [vagrant-up] Why my ansible provisioner runs twice?

2016-09-22 Thread cannn
You're gentleman and a scholar Alvaro. Thank you very much! It solved the problem! On Thursday, September 22, 2016 at 12:54:30 PM UTC-7, Alvaro Miranda Aguilera wrote: > > hello > > you have the ansible inside the virtuabox block > > you may have pasted just before the end > > > On Thu, Sep 22,