Table of Contents1 Introduction2 JIRA installing2.1 Install Java2.2 Install MySQL on Centos 72.3 Create a user for installation jira.2.4 Create…
DevOps Blog – Latest DevOps Articles and Tutorials
How to auto create a large csv file with powershell/plsql
Table of Contents1 Introduction2 Understanding CSV Files2.1 What is a CSV File?2.2 Why Use PowerShell and PL/SQL for CSV Creation?3…
Ansible roles directory structure explained
Table of Contents1 Introduction1.1 For example, Ansible roles directory will look like as below:2 Explain Ansible directories3 Demo Using Ansible…
Ansible copy template file to remote server
Table of Contents0.1 #Introduction1 Ansible file and folder2 Ansible copy template file to remote server script2.1 Ansible run command 3 Conclusion…
Ansible check package installed in Linux
Table of Contents0.1 # Introduction1 Ansible check package installed1.1 Ansible file and folder1.2 Ansible script2 Conclusion # Introduction How to…
Securing Sensitive Data with Ansible vault encrypt decrypt Guide
Table of Contents1 Introduction2 Ansible vault encrypt decrypt2.1 Encrypted files use Ansible Vault2.2 Decrypting files Ansible2.3 Encrypt a playbook file…
Ansible Setup NFS server and client
Table of Contents0.1 #Introduction1 Ansible file and folder2 Ansible script3 Conclusion #Introduction In this tutorial, How to set up an…
Vagrant No VirtualBox Guest Additions installation found [Fixed]
Table of Contents1 Introduction2 Vagrant No VirtualBox Guest Additions installation found fixed3 Youtube Vagrant No VirtualBox Guest Additions installation found…
Ansible get IP address remote server
Table of Contents0.1 #Introduction1 Structure file and folder Ansible get IP address remote server1.1 Option 1: use hostvars1.2 Option 2:…
Command creating a virtual machine in vagrant
Table of Contents0.1 #Introduction1 Prerequisites2 The first, command at the time of creating3 Other used commands Vagrant4 Conclusion #Introduction In…