A simple recipe for MongoDB clusters
Hi everybody! my task of today, was to configure a MongoDB with redundancy and high availability… I decided to write my own Chef cookbook to configure “replica” Below the most important…
Hi everybody! my task of today, was to configure a MongoDB with redundancy and high availability… I decided to write my own Chef cookbook to configure “replica” Below the most important…
Hi Folks! Today I dealt with a problem… and I found a solution because Chef is a great tool! At moment there is not an RPM for Suse Linux available…
Hi guys! let’s take a look of Chef Automate.. In this post we will se how to install it quickly. I will install it through Vagrant but you can use my…
Dear all, It has been a long time since my last post and here I am with a new one, just to keep track of my current study case… I would…
Hi guys, in this article we will se how to build a small LWRP Chef cookbook..The final result will be: ssh_banner_banner “banner” do banner_file _banner_file sshd_config_file node[‘ssh_banner’][‘sshd_config_file’] paranoic_mode true action…
Hi! This is my first post of this blog and I would like start with my last cookbook “wildfly-clu”. We will create a simple Wildlfy cluster(domain mode) composed by…