-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access to obtained floating IP from provisioner phase. #205
Comments
yes. This. Exactly This. Yes. |
ggiamarchi
added a commit
that referenced
this issue
Feb 6, 2015
ggiamarchi
added a commit
that referenced
this issue
Feb 6, 2015
ggiamarchi
added a commit
that referenced
this issue
Apr 10, 2015
ggiamarchi
added a commit
that referenced
this issue
May 6, 2015
ggiamarchi
added a commit
that referenced
this issue
May 6, 2015
ggiamarchi
added a commit
that referenced
this issue
May 6, 2015
2 tasks
ggiamarchi
added a commit
that referenced
this issue
Aug 10, 2015
Hi, Is there a similar method for other provisioners, e.g.: for ansible? # Provision with ansible
config.vm.provision :ansible do |ansible|
ansible.playbook = "ansible_playbook/site.yml"
ansible.extra_vars = {
floating_ip: <floating ip here >
}
end edit: |
Sharpie
pushed a commit
to Sharpie/vagrant-openstack-provider
that referenced
this issue
Jan 18, 2016
Sharpie
pushed a commit
to Sharpie/vagrant-openstack-provider
that referenced
this issue
Jul 31, 2016
ansible_ssh_host does not work for ansible_local provisionning. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're using the
floating_ip_pool
array to get the provider to snag an available IP for us. In our environment we don't have hostname/dns support configured so we use the IP grabbed by the provider to access the VM.While it's easy to snag the IP from vagrant via
vagrant ssh-config
or one of the provider commands - it doesn't seem possible to get that IP from within my shell provisioner where I need it.The ability to pass the IPs into the shell provisioner
[:args]
attribute would be awesome!The text was updated successfully, but these errors were encountered: