[ansible-project] Re: Ansible best practice

2017-01-31 Thread Rui Goncalves
Hi Jinesh. thank you! On Tuesday, January 31, 2017 at 2:55:38 PM UTC, Jinesh Choksi wrote: > > Hi Rui, > > You can find a role for installing Prometheus here: > https://github.com/kozmagabor/ansible-prometheus > > Which also has a complementary role to setup the mongodb exporter: >

[ansible-project] Re: Ansible best practice

2017-01-31 Thread Jinesh Choksi
Hi Rui, You can find a role for installing Prometheus here: https://github.com/kozmagabor/ansible-prometheus Which also has a complementary role to setup the mongodb exporter: https://github.com/William-Yeh/ansible-mongodb-exporter I found both of the above via Ansible Galaxy:

[ansible-project] Re: Ansible Best Practice.

2015-12-07 Thread Mike Biancaniello
Originally, I was containing my vars within the roles, but after realizing that those vars override everything else, instead, I only populate the default/main.yml with vars inside the roles, just so things don't error, and define everything else in my main group_vars. So, in my setup, when I