Re: [ansible-project] Managing AUR packages with Ansible (Arch Linux)

2015-02-17 Thread Pierre Masci
Hey there, any news on this? I'm looking into aura https://github.com/aurapm/aura right now. It would be good if an Ansible module was created (In the meantime, I will try command: aura...) On Wednesday, 16 July 2014 02:18:02 UTC+1, tummyc...@gmail.com wrote: Thanks for the suggestions,

[ansible-project] python Dynamic Inventory won't work: it is interpreted as a .ini file

2014-06-11 Thread Pierre Masci
Hi, I'm trying the simplest possible example of a Dynamic Inventory http://docs.ansible.com/developing_inventory.html but it won't work: my hosts.py file gets interpreted as a .ini file: $ ansible-playbook -i *hosts.py* play.yml

Re: [ansible-project] python Dynamic Inventory won't work: it is interpreted as a .ini file

2014-06-11 Thread Pierre Masci
And now my more complex dynamic inventory works. Easy peasy, cheers! I'm loving Ansible :) On Wednesday, 11 June 2014 19:55:03 UTC+1, Pierre Masci wrote: Oh so silly of me, thank you Serge and Scott ! Now it works. Perhaps these info could be added to this documentation page: http