Re: [ansible-project] Re: Crash with 'ansible-doc --list'

2014-12-17 Thread Hugo Posca
t; Pip version 1.4.1 > > Ansible 1.8.2 > > I suggest that you remove Ansible through pip and install it again. > > Hope his helps! > > > > On Wednesday, December 17, 2014 9:30:05 AM UTC+8, Hugo Posca wrote: >> >> Hello there. >> >> I could no

[ansible-project] Crash with 'ansible-doc --list'

2014-12-16 Thread Hugo Posca
Hello there. I could not believe I missed this wonderful command, ansible-doc, for so long! Excited by this new discovery I used it well for reading know modules like yum, apt, user and so on. Then, doing a 'ansible-doc --help' I saw a '--list' option, to list available modules!! Wonderful! Then.

Re: [ansible-project] Inventory with more than one server per host

2014-11-26 Thread Hugo Posca
Ronny, One way to deal with this is: instead of configuring 6 different hosts (that are actually the same), make your playbook do all the 6 tasks at once. This way you can have a hosts file with something like this: [applicationservers] host1 Variables defined inside a "vars file", like: apps: -