From 7e6d215082171785a3f28d6c2615519fd0ce30e4 Mon Sep 17 00:00:00 2001 From: lehsoul <91190161+lehsoul@users.noreply.github.com> Date: Thu, 21 Oct 2021 10:38:19 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f4b020d9d..07c871a1b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,12 @@ -# Simple DevOps Project +# Simple DevOps View -[![Image](https://github.com/yankils/Simple-DevOps-Project/blob/master/Devops_course.PNG "DevOps Project - CI/CD with Jenkins Ansible Docker Kubernetes ")](https://www.udemy.com/course/valaxy-devops/?referralCode=8147A5CF4C8C7D9E253F) - -This Repository is a collection of Implementation documents. ### Purpose: -By following this repository you can able to setup a DevOps CI/CD Pipeline using +By following this repository we can able to setup a DevOps CI/CD Pipeline using - git - Jenkins - Maven - Ansible -- Docker & -- Kubernetes +- Docker + From b61126eeb602ae604d84a2e93f76d817e96393d4 Mon Sep 17 00:00:00 2001 From: lehsoul <91190161+lehsoul@users.noreply.github.com> Date: Mon, 15 May 2023 13:25:57 +0530 Subject: [PATCH 2/2] Update Ansible_installation.MD --- Ansible/Ansible_installation.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/Ansible/Ansible_installation.MD b/Ansible/Ansible_installation.MD index 2086e4587..8a3eba97b 100644 --- a/Ansible/Ansible_installation.MD +++ b/Ansible/Ansible_installation.MD @@ -1,4 +1,5 @@ # Ansible Installation +# practice for 2023 dockers & k8 Ansible is an open-source automation platform. It is very, very simple to set up and yet powerful. Ansible can help you with configuration management, application deployment, task automation.