Schedule ansible playbook cron смотреть последние обновления за сегодня на .
This video is part of my main course "Complete DevOps Ansible Automation Training" 🤍
How to automate the schedule of command execution to a specific minute, hour, day, month, weekday, and user in Linux using cron service. 🤍 Timestamps 00:00 Introduction 00:21 ansible.builtin.cron Ansible module 01:08 parameters of ansible.builtin.cron 03:40 website 🤍 03:10 cron module demo playbook 06:27 cron module execution and verification 10:31 Recap FREE Top 10 Best Practices of Ansible Automation: save time, reduce errors and stress - 🤍 BUY the Complete PDF BOOK to easily Copy and Paste the 200+ Ansible code 200+ Automation Examples For Linux and Windows System Administrator and DevOps 🤍 my VIDEO COURSE: Ansible by Examples 200+ Automation Examples For Linux and Windows System Administrator and DevOps 🤍
In this video I talk about how to schedule playbooks / jobs in Ansible Tower for recurring tasks such as backups and updates. With Ansible itself this could be done via Cron jobs: (for example, the entry below could be found in the crontab file) 5 11 * * * /usr/bin/ansible-playbook -i path-to-hosts-file playbook.yml See 🤍 for scheduling nomenclature. Use Schedules in Ansible Tower. 1) Create a new Job in Templates. 2) Fill out the information in the Details tab. 3) Navigate to Schedules tab and add when you want the job to run. 4) Save the Job and Schdule. 5) You can see all of your scheduled jobs in the Schedules section.
The cron module allows you to schedule apps on your linux machines with the help of ansible, this is a powerfull yet elegant solution that can be chained to the execution of playbooks and app deployments. Github: 🤍 Patreon: 🤍
FREE Top 10 Best Practices of Ansible Automation: save time, reduce errors and stress - 🤍 BUY the Complete PDF BOOK to easily Copy and Paste the 200+ Ansible code 200+ Automation Examples For Linux and Windows System Administrator and DevOps 🤍 my VIDEO COURSE: Ansible by Examples 200+ Automation Examples For Linux and Windows System Administrator and DevOps 🤍
This video covers the method to schedule a cron job to run a script on Ubuntu 16.04. Crontab allows Linux and Unix users to run commands or scripts at a given date and time. For more explanation on this video: 🤍
In this #ansible session you will get to know about How to use cron module in Ansible Playbook How to use the parameters of cronjob Validate crontab which is created Ansible Docs walk through ansible tutorial,ansible tutorial for beginners,ansible beginners tutorial,ansible complete tutorial,ansible tower,ansible beginners,ansible beginner to pro,ansible free tutorial, what is ansible, ansible tools, Introduction to ansible, ansible terminologies, ansible tutorial for beginners, How ansible Works, ansible Tutorials, tutorials ansible, ansible training videos, ansible tutorial videos, ansible tutorials for beginners, ansible introduction, ansible basics videos, how does ansible work, ansible tutorial, ansible training for beginners, ansible tutorial for beginners linux, linux ansible tutorials, ansible tutorial linux, ansible labs training, ansible training, best ansible tutorial, ansible youtube videos, ansible video tutorial, ansible video youtube, ansible video training, learn ansible, ansible fundamentals, ansible basics, learn ansible online free, ansible training course, learning ansible training videos, ansible, ansible for beginners, ansible explained in detail, beginners ansible tutorials, learning ansible, ansible online training, why we need ansible, ansible basics online tutorial, ansible beginners tutorial, ansible detailed explanation, ansible videos download, ansible training videos on youtube, ansible training tutorial, ansible training tutorial for beginners, ansible learn online, ansible learning, learn ansible from scratch, learn ansible step by step, ansible basics for beginners, ansible basics tutorial, ansible basics video tutorial, Beginners ansible Tutorial, Learning ansible with Examples, ansible tutorial for beginners india, ansible tutorial for beginners pdf, ansible tutorial for beginners ppt, ansible skills, required skill ansible, ansible videos,ansible advanced,ansible advanced tutorial #PavanDeverakonda #AutomationGuru #Online #tutorial
How to automate your Cron jobs with Ansible.
Join this channel to get access to perks: 🤍 Ansible is an open source software automation platform that lets you deploy, manage, and operate applications remotely without agents. Ansible uses industry-standard SSH or PowerShell connections. You can use Ansible to deploy the Infrastructure Agent and to automate Infrastructure Agent-related tasks on multiple hosts simultaneously. Cloud/DevOps Architect - Free Training DevOps Cloud Architect - 5 Months Free Program - 🤍 AWS-Solution-Architect-Zero-to-Hero - 🤍 Ansible-Automation-Zero-To-Hero - 🤍 Azure-Cloud-DevOps-Zero-to-Advanced-Free-Training full list - 🤍 Docker-Administration-Zero-To-Hero - 🤍 Kubernetes-Admin-Zero-To-Hero - 🤍 DevOps-CI/CD-Tools-Zero-To-Hero - 🤍 Vijayabalan Balakrishnan LinkedIn : 🤍 Cloudnloud LinkedIn : 🤍 Visit : GitHub: 🤍 Facebook : 🤍 FacebookGroup : 🤍 Twitter : 🤍 LinkedIn : 🤍 YouTube : 🤍 Telegram Tech Group - 🤍
Your support on Ko-Fi is much appreciated: 👉 🤍 Join our new discord channel: 👉 🤍 Buy CSG Merchandise: 👉 🤍 This video is based on RHEL 8. Video to cover the section '' for the RHCE (Red Hat Certified Engineer). #rhce #rhel #linux #redhat
The crontab allows easy Linux automation using any scripting language you want. It provides a concise syntax for calling your scripts programmatically. This video covers how to backup your crontab and to restore it manually or automatically with Ansible.
How to use Date, Time, and Timestamp in ISO 8601 format in Ansible Playbook. 🤍 FREE Top 10 Best Practices of Ansible Automation: save time, reduce errors and stress - 🤍 BUY the Complete PDF BOOK to easily Copy and Paste the 200+ Ansible code 200+ Automation Examples For Linux and Windows System Administrator and DevOps 🤍 my VIDEO COURSE: Ansible by Examples 200+ Automation Examples For Linux and Windows System Administrator and DevOps 🤍
Hello I'm going to show you how I utilized CRON to automate an external backup of the running config on my Nokia 7750 routers with the help of CRON and Ansible. Check out my blogpost to find the playbook, the cron task and a more detailed write up on how to set up cron. 🤍
Cron is a classic utility found on Linux and UNIX systems for running tasks at pre-determined times or intervals. These tasks are referred to as Cron tasks or Cron jobs. In this video, we'll cover some basic Cron use cases to show you how to get started using the utility. Chapters: 0:00 - Intro 0:50 - The crontab File 3:10 - Creating Your First Cron Job 6:18 - Creating Crons for Other Users 10:17 - Creating Hourly Cron Jobs 12:10 - Outro New to Linode? Get started here with a $100 credit → 🤍 Read the doc for more information on scheduling cron jobs → 🤍 Learn more about useful cron jobs → 🤍 Subscribe to get notified of new episodes as they come out → 🤍 #Linode #Linux #Cron #CronJobs Product: Linode, Linux, Cron Jobs; Jay LaCroix;
In this video i will show you how you can schedule cron jobs on aws ec2. I will explain each and every step of this process and at the end you will understand whole process of how to run cron job in aws ec2.
If you find these videos useful, please consider liking, subscribing and sharing to support the channel. Thank you! Follow me: 🤍 Network Automation Scripts: 🤍
How to print the Date and Time and Timestamp in ISO 8601 format without using Ansible Facts using the date command-line utility in Ansible Playbook. 🤍 FREE Top 10 Best Practices of Ansible Automation: save time, reduce errors and stress - 🤍 BUY the Complete PDF BOOK to easily Copy and Paste the 200+ Ansible code 200+ Automation Examples For Linux and Windows System Administrator and DevOps 🤍 my VIDEO COURSE: Ansible by Examples 200+ Automation Examples For Linux and Windows System Administrator and DevOps 🤍
千锋_2020全新_Ansible入门到精通 播放列表🤍 课程介绍: 根据企业需求,通过Ansible工具实现自动化运维工作,自动化部署、配置、批量安装软件、批量升级等项目实战。 学完掌握知识点:Ansible工具原理,Ansible之ha-doc命令,Ansible之Playbook,Absibel之Roles等,通过Ansible自动化运维工具完成企业级需求项目。
Check out my guide for a detailed crontab manipulation with ansible. We are going to use loop to deploy crontabs dynamically. Github: 🤍 PayPal: 🤍 Patreon: 🤍
🤍 Ansible Playbooks as Monitoring Tool to check Service Status & report in mail (Windows + Linux)
Practice session devoted to working with scheduled tasks using Ansible - Don't forget to click like, subscribe, and leave comments! - To find out more about what I do and to get in touch visit 🤍. Follow me on minds.com! 🤍eddiejennings Check out all of my channels! 🤍 🤍 🤍
Jeff Geerling's AnsibleFest 2019 presentation in Austin, TX. This presentation was given at AnsibleFest Austin, 2019, and covers how Jeff Geerling (geerlingguy) builds and maintains Ansible playbooks and roles, and gives tips for making them easy to expand and scale. Jeff Geerling is the author of Ansible for DevOps (🤍) and Ansible for Kubernetes (🤍).
Formation Ansible : Le Guide Complet du Débutant Une Vidéo Tuto sur comprendre le module cron sous Ansible ✅ Suivez la formation Ansible : ▶ 🤍 ➖➖➖➖➖➖➖ Dans cette formation, vous allez Installez et configurez Ansible et automatisez vos déploiements et config de vos services et applications. # C’est quoi Ansible ? Ansible est une plateforme d'automatisation Red Hat pour la création et l'exploitation de l'automatisation dans une organisation. Ansible comprend tous les outils nécessaires pour mettre en œuvre l'automatisation à l'échelle de l'entreprise. Ansible vous permet l'automatisation et la mise à jour des déploiements et configurations en continu des services et applications sans aucun temps d'arrêt. # Dans ce guide complet Ansible Dans cette formation Ansible, vous allez tout d’abord découvrir Ansible et comprendre le concept d'Infra As a Code (IAAC). Ensuite, vous allez comprendre les prérequis et les étapes d'installation et comment installer Ansible sur des OS Linux, notamment Redhat et Ubuntu. Vous allez aussi savoir comment mettre à jour Ansible, et le configure correctement. Vous allez comprendre l'architecture de base de Ansible et savoir les différentes composantes du playbook. Apres, vous allez découvrir et comprendre le format YAML et ses collections. Comme vous allez cerner la notion d’inventaire, les présenter, comprendre les alias et les connexions entre deux machines. Vous allez aussi faire la connexion de deux machines sur AWS. Vous allez également vous familiarise aux commandes Ad Hoc, les comprendre et les pratiquer. Enfin, vous allez voir les rôles Ansible, savoir leurs différentes utilisations, mettre en pratique les Handlers Ansible et découvrir Galaxy. Vous allez également vous familiariser aux modules Ansible : commande, copy, cron, debug,file et get url. + 5 LAB Pratiques Ansible La présente formation repose essentiellement sur des LAB Ansible, dans lesquels vous pratiquez l’ensemble des connaissances acquises lors de la formation. Les LAB pratiques concernent les boucles et loop, le module user, le module cron, le module file et les rôles Ansible. ➖➖➖➖➖➖➖ Abonnez-vous à notre chaîne : ▶ 🤍 ➖➖➖➖➖➖➖ ✳️ Le plan de la formation Ansible : 01.Présentation de la formation 02.Introduction et contexte 03.Installation et configuration d'ansible 04.Concepts d’ansible 05.Yaml 06.Inventaire 07.Méthodes de connexion et détails 08.Introduction aux commandes ad hoc : 09.Les livrets : playbooks 10.Les rôles 11.Les modules 12.Compléments et divers 13.Partie pratique 14.Conclusion ✅ Suivez la formation Ansible : ▶ 🤍 ➖➖➖➖➖➖➖ Playlist des vidéos gratuites de la formation Ansible : ▶ 🤍 ➖➖➖➖➖➖➖ 🔵 Restez connecté-e : Alphorm Formations ▶ 🤍 YouTube ▶ 🤍 LinkedIn ▶ 🤍 Twitter ▶ 🤍 Facebook ▶ 🤍 Quora ▶ 🤍 #Ansible #Format_Yaml #Playbook
DevOps & SysAdmins: Invoking Python Script through Ansible Playbook and running it in background- Through Ansible Tower Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user saffron (serverfault.com/users/570112), user John Mahowald (serverfault.com/users/241174), user Alexander Tolkachev (serverfault.com/users/327632), and the Stack Exchange Network (serverfault.com/questions/1012551). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com
Ansible: grep crontab files based on usernames extracted from /etc/passwd I hope you found a solution that worked for you :) The Content (except music & images) is licensed under (🤍 BY-SA | Thanks to all those great people for their contributions! (serverfault.com/users/848162/mike)Mike | (serverfault.com/users/382981/vladimir-botka)Vladimir Botka | A special thanks goes out to the (🤍 community | I wish you all a wonderful day! Stay safe :) ansible linux ansible-playbook
Ansible is a powerful configuration management tool that helps automate updating your systems and servers, among many other things. If you're familiar with other CM tools like Puppet or Chef, Ansible functions very much like Puppet Masterless or Chef Solo. It is designed to automate system administration tasks without having to write and maintain a bunch of bash scripts. CM tools are the foundation of a solid DevOps engineer. I used an Ansible playbook in this video, which is an integral part of the Ansible ecosystem. The ansible-playbook command makes it super easy to run playbooks with either Ansible roles or tasks, but you don't have to organize all of them in a playbook. If you administer servers, whether they be Windows Servers or Linux Servers, it would behoove you to learn about configuration management. Powershell is often used in Windows environments however Ansible can run against Windows servers too. Both Bash and Powershell have a strong tendency to get out of hand and result in code bases being unwieldy and difficult to maintain. CM tools like Ansible solve this problem entirely. ☕ Enjoy my videos? Buy me a coffee on Ko-fi! 🤍 Follow me on social media! Mastodon 📯 🤍 Twitter 🐦 🤍 Check out my other YouTube Channels ~ OpenEgee 🐾 🤍 EgeeNuevo 🎸 🤍 Affiliate Links: The laptop I produce my videos with: 🤍 This is my microphone: 🤍 My 24-bit Audio Interface: 🤍 💝 Support The Channel! Patreon: 🤍 Flattr: 🤍 Paypal: 🤍
Get a $100 Amazon gift card when you refer a friend: 🤍 View Red Hat Training Courses: 🤍 Ansible is an automation and configuration management technology used to provision, deploy, and manage compute infrastructure across cloud, virtual, and physical environments. This webinar will provide an overview of Ansible Engine and Ansible Tower, as well as dive into various use cases that Ansible can automate. This webinar will demonstrate writing Playbooks, the simple language that powers Ansible Engine. In this webinar, our expert will cover: - Automating tough tasks with simple, repeatable playbooks - Managing large environments with dynamic inventories - Red Hat Training’s Ansible curriculum Speaker: John Walter | Red Hat Solutions Architect John Walter is a solutions architect for the Red Hat Training and Certification team specializing in cloud and DevOps technologies, including Red Hat Enterprise Linux, OpenShift Container Platform, and Ansible Automation. In his free time, John is an avid movie buff.
Learn how we are using Ansible, Jenkins, and vCenter to manage our production and testing environments for our on-premises infrastructure.
Formation Ansible : Le Guide Complet du Débutant Une Vidéo présentation de la formation Ansible : Le Guide Complet du Débutant ✅ Suivez la formation Ansible : ▶ 🤍 ➖➖➖➖➖➖➖ Dans cette formation, vous allez Installez et configurez Ansible et automatisez vos déploiements et config de vos services et applications. # C’est quoi Ansible ? Ansible est une plateforme d'automatisation Red Hat pour la création et l'exploitation de l'automatisation dans une organisation. Ansible comprend tous les outils nécessaires pour mettre en œuvre l'automatisation à l'échelle de l'entreprise. Ansible vous permet l'automatisation et la mise à jour des déploiements et configurations en continu des services et applications sans aucun temps d'arrêt. # Dans ce guide complet Ansible Dans cette formation Ansible, vous allez tout d’abord découvrir Ansible et comprendre le concept d'Infra As a Code (IAAC). Ensuite, vous allez comprendre les prérequis et les étapes d'installation et comment installer Ansible sur des OS Linux, notamment Redhat et Ubuntu. Vous allez aussi savoir comment mettre à jour Ansible, et le configure correctement. Vous allez comprendre l'architecture de base de Ansible et savoir les différentes composantes du playbook. Apres, vous allez découvrir et comprendre le format YAML et ses collections. Comme vous allez cerner la notion d’inventaire, les présenter, comprendre les alias et les connexions entre deux machines. Vous allez aussi faire la connexion de deux machines sur AWS. Vous allez également vous familiarise aux commandes Ad Hoc, les comprendre et les pratiquer. Enfin, vous allez voir les rôles Ansible, savoir leurs différentes utilisations, mettre en pratique les Handlers Ansible et découvrir Galaxy. Vous allez également vous familiariser aux modules Ansible : commande, copy, cron, debug,file et get url. + 5 LAB Pratiques Ansible La présente formation repose essentiellement sur des LAB Ansible, dans lesquels vous pratiquez l’ensemble des connaissances acquises lors de la formation. Les LAB pratiques concernent les boucles et loop, le module user, le module cron, le module file et les rôles Ansible. ➖➖➖➖➖➖➖ Abonnez-vous à notre chaîne : ▶ 🤍 ➖➖➖➖➖➖➖ ✳️ Le plan de la formation Ansible : 01.Présentation de la formation 02.Introduction et contexte 03.Installation et configuration d'ansible 04.Concepts d’ansible 05.Yaml 06.Inventaire 07.Méthodes de connexion et détails 08.Introduction aux commandes ad hoc : 09.Les livrets : playbooks 10.Les rôles 11.Les modules 12.Compléments et divers 13.Partie pratique 14.Conclusion ✅ Suivez la formation Ansible : ▶ 🤍 ➖➖➖➖➖➖➖ Playlist des vidéos gratuites de la formation Ansible : ▶ 🤍 ➖➖➖➖➖➖➖ 🔵 Restez connecté-e : Alphorm Formations ▶ 🤍 YouTube ▶ 🤍 LinkedIn ▶ 🤍 Twitter ▶ 🤍 Facebook ▶ 🤍 Quora ▶ 🤍 #Ansible #Format_Yaml #Playbook
In this final part I'm going to setup the database server. ### Links to other parts Part 1: 🤍 Part 2: 🤍 Part 3: 🤍 Part 4: 🤍 Part 5: ... This video ... ### Table of Contents # Creating the tasks 🤍 # Creating/Copying Configfiles and Database Dump 🤍 # Creating the handlers 🤍 # Adding role and server to the playbook and ansible-playbook run. 🤍 # Checking the dbserver 🤍 # Checking the application 🤍 ################# As suggested I tried to use a compressor and some settings in KDENlive to improve the audio - especially to keep the volume the same over the entire video. I think it's better than in the other videos but still not perfect. I did the voice over in two sessions with different setups, I guess it's better to do them all in one go. Lesson lerned I guess :D
Curso ansible para principiantes. Documentación oficial donde podrás encontrar mas contenido: 🤍 Introducción a los playbooks.
🤍hsntechvillage 🤍redhat Write a playbook name cronjob.yml and Set Cron job for natasha user for dev host group Time: 15:15 Job: uptime
Exciting news! I'm thrilled to announce the launch of my first course on Udemy - Certified Kubernetes Administrator (CKA): 100% Lab Course. After achieving great success on YouTube, I'm bringing this valuable course to a wider audience! Click on the link below to enroll now and take your career to the next level with the Certified Kubernetes Administrator - CKA certification. Your satisfaction is my top priority, and your positive rating and feedback are incredibly valuable to me. Not only do they give me a boost of confidence, but they also help me improve my skills and better serve you in the future. So, please don't hesitate to leave a rating and share your thoughts - I am eager to hear what you have to say! 🤍 = DevOps - Part 15 - Push and Pull Docker Image by Ansible Playbook to/from Docker hub...Episode - 2 ... Very Easy Steps #DevOps #Ansible #Docker This video will help you to understand, how to push an images to Docker hub and Pull it back to Ansible Server and Docker Server from Docker hub. #DevOps #learningeveryday #AWS #Cloud #devopscommunity #cloudcomputing Don’t Forget To Like, Comment, Share & Subscribe to my Channel, It always motivates me. ➡Popular playlist Videos of My Channel 1. DevOps ➡ 🤍 2. Kubernetes .. CKA Exam Questions Challenge ➡ 🤍 3. Kubernetes Topics ➡ 🤍 4. Terraform Topics ➡ 🤍 5. Interview Q & A ➡ 🤍 6. AWS Topics ➡ 🤍 ➡You can follow me: LINKEDIN ➡ 🤍 TWITTER ➡ 🤍 INSTAGRAM ➡ 🤍 For any Enquiry:- alokjhamahe🤍gmail.com [ THANKS FOR WATCHING THIS VIDEO ] Alok Kumar From - Noida(India) 🤍alokkumar
How to automate the creation of a "testdb" database on PostgreSQL using Ansible Playbook and postgresql_db module. 🤍 FREE Top 10 Best Practices of Ansible Automation: save time, reduce errors and stress - 🤍 BUY the Complete PDF BOOK to easily Copy and Paste the 200+ Ansible code 200+ Automation Examples For Linux and Windows System Administrator and DevOps 🤍 my VIDEO COURSE: Ansible by Examples 200+ Automation Examples For Linux and Windows System Administrator and DevOps 🤍
Selamat datang di video ini ! Di video ini dijelaskan bagaimana cara untuk membuat dan menjalankan Ansible Playbook pada project CI-CD java application. Kita menggunakan server dari AWS Amazon untuk install Ansible server. Selamat menikmati ! Terimakasih. #CICD, #ContinuousIntegration, #continuousdelivery, #continuousdeployment, #aws, #awsindonesia, #devopsbahasaindonesia, #cloudbahasaindonesia, #devops, #docker, #dockerindonesia, #jenkins, #jenkinsindonesia, #ansible, #ansibleindonesia, #kubernetes, #kubernetesindinesia
Ansible Tower: Github integration for Ansible Playbooks In this video I show how to integrate playbooks into version control, specifically Github. Version Control in general allows you to track changes to a directory of files and folders over time, allowing multiple people to make changes, view others changes, merge changes together, and roll back if something goes wrong. Ansible Tower Version Control Benefits - better organization of your playbooks / content. Multiple people can work on them, make adjustments to the content and it's possible to see who made what changes. A centrally located space for others to more easily work in. 1) Create/use a repo in Github containing your playbooks - note that you'll need a Personal Access Token for private or otherwise access controlled repositories: 1a) Github docs on creating a personal access token: 🤍 1b) Repository with playbooks for this video: 🤍 2) If your repository needs authentication as above, in Ansible Tower create a 'Credential' under 'Resources'. This will then be applied when you create a 'Project' and connect your repository to it. 3) Create a new 'Project' in Ansible Tower, with the Github URL, credential (if needed), SCM Type as 'Git'. 4) In the 'Project' section, under 'SCM Update Options', select how you would like Ansible Tower to update the playbook. For example, select 'Update Revision on Launch' to pull in the most recent version of the playbook (from Github into Ansible Tower). 5) Create a new 'Template' in Ansible Tower. In the 'PROJECT' box select the Project name create in #3. This will then populate the 'Playbook' field with the playbooks located in that repository. Set 'Verbosity' higher than 1 to see more of what is going on during playbook run. 6) Set the appropriate credential to connect to your servers. There are many different ways to connect, including password-less (with SSH keys already exchanged and no password required) or other more secure methods. 7) From the 'SCHEDULES' tab add when this playbook should repeat. 8) Ad-hoc run the playbook from the main 'Templates' section, or from the 'Jobs' section. FYI: There is also the ability to create an inventory that is located in Github as well (though this should be access-controlled).
Tools: Bash bot Telegram Ansible-playbook
In this video I cover some play books I have written to patch my RedHat based CentOS VM's. The playbooks will enable EPEL, verify some packages/applications I use are installed, run a Yum or DNF update and reboot if a reboot is required. The playbooks can be found on TheNathan.Net at the below post. 🤍
#Ansible #Tutorial - How to Use Loop in Ansible, This is a basic example of loop in ansible playbook. ansible loop, with_items, with_list #01 What is Ansible : 🤍 #02 Ansible Installation on Linux : 🤍 #03 Ansible Inventory in Hindi : 🤍 #04 What is Yaml in Hindi : 🤍 #05 Ansible Playbook in Hindi with Demo: 🤍 #06 Ansible Module in Hindi with file and command module: 🤍 #07 Ansible Variable Tutorial : 🤍 #08 Ansible Condition : 🤍 #09 Ansible Loop : 🤍 Complete Tutorial: Ansible Tutorial in Hindi: 🤍 Ansible Tutorial:🤍 Terraform Tutorial: 🤍 Terragrunt Tutorial: 🤍 Aws ENA (Elastic network Adapater) : 🤍 AWS Solution Architect Tutorial: 🤍 Linux Shell Script Tutorial : 🤍 AWS Solution Architect Certification Preparation : 🤍 AWS VPC: 🤍 AWS lambda: 🤍 AWS ECS (Elastic Container Services): 🤍 WordPress Deployment in AWS: 🤍 AWS Cloud Formation: 🤍 Connect Us at: Youtube Subscription Link: 🤍 Facebook: 🤍 Demo Reference: 🤍 Blog : 🤍