Home - vishalkhondre/devops GitHub Wiki
Resources
- https://automationfactory.in/devops-in-depth/
- https://try.github.io/
- https://medium.com/@javinpaul/top-10-free-courses-to-learn-git-and-github-best-of-lot-967aa314ea
Install on Centos 8
Install Maven
- wget https://mirrors.estointernet.in/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
- tar -xvf apache-maven-3.6.3-bin.tar.gz
- mv apache-maven-3.6.3 /opt/maven
- ln -s /opt/maven/bin/mvn /usr/bin/mvn
Install Jenkins
Install Ansible
- sudo dnf -y install python3-pip
- sudo pip3 install --upgrade pip
- sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
- sudo dnf install --enablerepo epel-playground ansible
Install Terraform
- sudo dnf -y install wget
- TER_VER=
curl -s https://api.github.com/repos/hashicorp/terraform/releases/latest | grep tag_name | cut -d: -f2 | tr -d \"\,\v | awk '{=};1'
- wget https://releases.hashicorp.com/terraform/${TER_VER}/terraform_${TER_VER}_linux_amd64.zip
- unzip terraform_${TER_VER}_linux_amd64.zip
- sudo mv terraform /usr/local/bin/
- terraform version
https://[email protected]/git/emerald-rowan-clove
Learn Linux