Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 11, 2024Master Ansible Playbooks: Deploy Webpages and Automate Server PatchingWhat are Playbooks and How to Write Them? A playbook is a configuration file where scripts are written. It is a straightforward YAML file that looks like this: Let's consider a simple example to print the date. Create a file named show_date.yml. ...AL2
Akash Sutarlearn-jenkins.hashnode.dev·Oct 16, 2024Day 3- Ansible Roles: From Chaos To OrderIntroduction An Ansible Role is an important feature of the Ansible tool that provides a structured way to organize plays, files, templates, variables, handlers, etc. This helps us to simplify complex Configuration Management and Automation as the ta...Configuration Management- Ansibleansible
Sanchit Gargzime.hashnode.dev·Sep 5, 20244 Reasons Deals Slip Away — and How a Living Sales Playbook Can Prevent ItOverview In today's competitive market, a prolonged sales cycle or a series of lost deals can significantly impact a company's bottom line. Many sales teams are finding it increasingly difficult to close deals efficiently, leading to frustration and ...Sales Enablement Platform
DevOpsheliandevopshelian.hashnode.dev·Sep 1, 2024A Comprehensive Guide to Creating and Testing an Ansible PlaybookAnsible is a powerful open-source automation tool that simplifies tasks such as configuration management, application deployment, and task automation. Creating a complete Ansible playbook involves structuring your project, writing the playbook code, ...ansible
Karan SirohiforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024What is a PlayBook and what is core components of a playbook?A playbook is a set of instructions that a Doctor Droid bot or an on-call engineer follows during a production incident. https://www.youtube.com/watch?v=T9KfunP9juA A playbook consists of tasks. A task is an instruction that's executed through the ...40 readsPlayBooksdoctor-droid
Dipesh MittalforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024How to Install Doctor Droid PlayBooks in Kubernetes Using Helm Chartshttps://www.youtube.com/watch?v=AnvThbF2HHQ Step 1: Clone the repository git clone git@github.com:DrDroidLab/PlayBooks.git Step 2: Choose your K8s cluster Use the following command to check the cluster in your current context. kubectl config curr...PlayBooksdoctor-droid
Jayesh SadhwaniforNotes by Doctor Droidnotes.drdroid.io·Aug 21, 2024How to create workflows in Doctor Droid PlayBooksIntroduction to Workflows Automating the investigation of your system using alerts is helpful for a number of reasons. It can help you take immediate response and minimise the downtime, ensure that the monitoring is consistent and accurate and ensure...32 readsPlayBooksdoctor-droid
Prince Mishraprincemishratech.hashnode.dev·Feb 27, 2024Server Provisioning in AWS CLOUD by using Ansible PlaybookHello, everyone, I am showing with you how to install ec2 instance by using Ansible. Pre-requisite: - Install any Linux OS Install Ansible So, in this demo, I am using Amazon Linux OS for installing Ansible. when you settle Amazon Linux, try to ...93 readsansible
Amrutha Damruthadronamraju.hashnode.dev·Dec 11, 2023Decoding Ansible: Simplifying Configuration ManagementWhat is Ansible? Introduction to Ansible:Ansible stands as an open-source IT Configuration Management, Deployment, and orchestration tool, aiming to address diverse automation challenges efficiently. It's designed for simplicity, yet it's robust enou...DevOps Blogsconfiguration management
yajna narayana aithalyajna.hashnode.dev·Nov 24, 2023Code Deploy in Container Tool using Ansible Playbooks.pre-requesties: GitHub Tool for Code repository Jenkins Tool for Continuous Integration to the Code Ansible Tool for Managing the Code Docker Tool to deploy the code in the Container Here are the codes uploaded by the Developers, So this code n...1 like·117 readswebhooks