TEQ

Tech Docs

Get Started with Ansible – The Learners Way

Ansible is the simplest way to automate apps and IT infrastructure. Application Deployment + Configuration Management + Continuous Delivery. For a better understanding of how ansible works, refer https://www.ansible.com/overview/how-ansible-works Prerequisites A Linux Machine ( Prefer a Debian flavour ) Docker We are planning to build ssh enabled containers, and practice Ansible on those containers. Build …

Get started with Jenkins. Installation with blue ocean theming and basic job creation.

Jenkins is the leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. Download and install Jenkins Download latest Jenkins from https://jenkins.io/download/ As I have a Debian based distro and the latest version available by the time I’m writing this is 2.174, This doc shares installation of …