Thursday, May 29, 2014

It is not possible to search by OS in ansible-galaxy (yet?)

My twits to the Ansible creator:

So... if you find a interesing role may be you cannot use it. You need to verify role by role if it is correct for your OS or not..... there is not another way. :(

Tuesday, May 13, 2014

One Makefile to rule them all

In a project, if you have some Makefiles in differents directories and you need to compile all of them, you can try it with a "master" Makefile like this:




:)