Run Open Source Openshift OKD on Windows 10 Home with Oracle Virtual Box

Visits: 4593Develop On Openshift on your Windows 10 Laptop As part of our Work we install and configure Openshift. We offer full solutions from installation through the Devops pipeline. I have found that using minishift with VirtualBox to be the easiest Proof of Concept as well as the ability to develop applications and Infrastructure as …

Just enough Ansible for Drupal | Lakshmi Narasimhan

Visits: 653This looks like a good Ansible Playbook to install Drupal 7 or any version, both on nginx and Apache. https://lakshminp.com/just-enough-ansible-drupal   Setup Back to our newly minted machine. Let’s ensure Ansible is able to communicate with our server. First, we need to create a configuration file for Ansible. This is called ansible.cfg and it’s in INI format. …

Ansible – How to Copy Directories and Files in Ansible Using Copy and Fetch Modules

Visits: 12917Run Command on lots of servers via ansible copy directories and files With Ansible you turn most fields into variables. I need to copy a bunch of files to servers so here is how to do it. You can find more examples at the link below Openshift heavily uses ansible as part of its …