Cooking on Windows Sever..
Hi guys! I have to manage Windows Server 2008 using Chef.. First of all, I need to choose the strategy for bootstrapping the new node and I am going to use…
Hi guys! I have to manage Windows Server 2008 using Chef.. First of all, I need to choose the strategy for bootstrapping the new node and I am going to use…
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 guys, let’s see how to install the new version of Centos using a kickstart file. Preparing a web-server for publish a simple kickstart file (nodeA). We will use Virtuabox…
Hi, let’s see how to remove a disk from a logical volume without losing data. This is the initial schema: Server: CentosLab01 (Centos 6.5) Disk to use: Disk /dev/sdb: 1073…
Let’s see how to integrate your samba server with Microsoft Active Diretory. Domain: NOODLES (NETBIOS name) FQDN: noodles.foo.org Domain controller 1: dc01.noodles.foo.org Domain controller 2: dc02.noodles.foo.org Local Unix account:…
Hi guys,In this post, we will explore how to securely publish an internal SFTP server on the internet using Haproxy. In the example, we will restrict access to only a…