vagrant/plugins/provisioners/ansible
Gilles Cornu 84308964e2 ansible generated inventory: deal with orphan VMs
env.active_machines can potentiall return 'invalid' machines:
- Ignore machines that are not declared in current Vagrantfile
- Warn when machines are missing (it usually occurs when the VM is
  removed without `vagrant destroy` and some orphan metadata remains
  in .vagrant/machines/...)
2014-02-02 23:06:27 +01:00
..
config.rb Add ability to use Ansible groups in generated inventory. Fixes #2551. 2013-12-08 23:08:03 -08:00
plugin.rb Update 'require' calls to resemble shell provisioner 2013-04-04 00:07:30 -07:00
provisioner.rb ansible generated inventory: deal with orphan VMs 2014-02-02 23:06:27 +01:00