DevOps and Middleware Engineering
Main Page
(Move to ...)
HOME
WEBLOGIC
WAS
APACHE
UNIX COMMANDS
PERL
WLST
BIG-IP F5
JBOSS
BIG-IP F5 LTM LAB
APACHE LAB
Linux System Admin
Tomcat
JENKINS
Ansible
Docker
GIT
PUPPET
Kubernetes
Terraform
▼
Friday, 5 March 2021
Install and configure GIT on Linux and working with local repository
›
Install git [root@linuxhost ~]# yum install git -y Step 2) Configure global configurations for any repository that we use in future. [osbo...
Kubernetes
›
Basics of Kubernetes Kubernetes Cluster Architecture and Components Kubernetes Tasks Deploy tomcat app on Kubernetes Rolling updates in Ku...
Deploy tomcat app on Kubernetes
›
Task: Deploy Tomcat App on Kubernetes Task Details A new java-based application is ready to be deployed on a Kubernetes cluster. The develo...
What is a version control system ?
›
Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. If you...
What is GIT ?
›
Git is a version control system. The major difference between Git and any other VCS (Subversion and friends included) is the way Git thinks...
Thursday, 4 March 2021
Create a symlink using puppet programming
›
Task: Create a puppet programming file apps.pp under /etc/puppetlabs/code/environments/production/manifests directory on puppet master node...
Puppet
›
Create a symlink using puppet programming Puppet Setup NTP Server Puppet Setup File Permissions
Wednesday, 3 March 2021
Ansible Loop examples
›
Simple Ansible playbook for demonstrating loop [osboxes@master ansible-playbooks]$ cat install-packages.yml --- - name: Install packages h...
Ansible vault examples
›
Create a new playbook with ansible vault command to encrypt [osboxes@master ansible-playbooks]$ ansible-vault create myplaybook.yml New Vau...
Monday, 1 March 2021
Ansible playbook for creating a directory
›
Step 1) Create a sample file on ansible master server. [osboxes@master ansible-playbooks]$ touch /tmp/sample.txt Step 2) Create a playbook ...
1 comment:
Saturday, 27 February 2021
Ansible playbook for apache installation using yum module
›
Step 1) Create a playbook [osboxes@master ansible-playbooks]$ cat>apache-install.yml --- - hosts: all become: true become_user: root...
‹
›
Home
View web version