Hi!
Salut Gilles,
Seems we have the beginning of a french Ansible User Group
Group 1 (mandatory):
* --inventory-file: already available since vagrant 1.2.0
* --limit: already available since vagrant 1.2.0
* --sudo: already available since vagrant 1.2.0
* --sudo-user: already available since vagrant 1.2.0
* *--tags*: part of PR 1697. I vote for it!
* *--start-at-task*: could make sense in a vagrant playground, anybody
vote for it?
* *--step*: could make sense in a vagrant playground, anybody vote for it?
* *-v,-vv,-vvv: *'-v' is available in vagrant 1.2.0. PR 1697 proposes
all verbosity levels. I vote for it!
I played all day long yesterday with Vagrant & Ansible and yes, tags and
verbose are definitively missing, especially when it comes to debug
playbooks.
I ended up runining long-winded ansible-playbook commands outside
vagrant. While it's not really a problem, it would be much more
convenient to have access to them in the Vagrantfile.
The other things that's missing I think it the ability to tell ansible
the host name to use. I didn't really check but it seems ansible
provisionner will use whatever IP it finds in the Vagrant config, or
127.0.0.1 if none.
This is not very convenient IMHO. I prefer to use names when possible in
inventories.
But may be I missed something though.
Thanks,
M