I know this question is really old but think that this little trick might helpful for future users who need help for this:ansible-playbook -i '10.254.3.133,' site.ymlif you run for local...
Host file [root@tiber ~]# cat hosts.yml [nodes] tiber po docker I want to run task on 2ND & 3RD HOSTS only. [root@tiber ~]# cat play.yml - hosts: all tasks: -...
Penguin Inside: How to build .deb package from tar.gz: Image via Wikipedia Often newbies (not so new) complain after installing a package from source. It's actually easy to install a...
Want to run Ruby command line from within the Git Bash command Line in Windows 7 ?</p> For some reason Git bash can not locate the ruby command , So...