Pranit Kolamkarkpranit.hashnode.dev·Sep 2, 2024AWS DynamoDB ExplainedIntroduction to AWS DynamoDB Amazon DynamoDB is a fully managed NoSQL database service provided by Amazon Web Services (AWS). It is designed to deliver single-digit millisecond performance at any scale, making it ideal for applications that require l...day58
Prathmesh Vibhuteprathmeshh.hashnode.dev·May 4, 2024Day 58: Ansible PlaybooksIn the realm of server management and deployment, Ansible stands out as a powerful automation tool that streamlines processes and reduces manual intervention. At the heart of Ansible's capabilities lie playbooks, which serve as orchestration scripts ...day58
Siri Chandanairis1919.hashnode.dev·Apr 12, 2024Day58:Ansible PlaybooksAnsible playbooks are YAML (YAML Ain't Markup Language) files that specify a set of actions that Ansible, an open-source automation tool, is to take. Ansible playbooks are used to automate processes like setting up software, deploying apps, provision...ansible
Biswaraj Sahoobiswaraj333.hashnode.dev·Sep 17, 2023DevOps(Day-58): Ansible PlaybooksTABLE OF CONTENTS Ansible Playbooks Task-01: Creating a user and installing Docker Task-02: Explaining Ansible Playbook Ansible Playbooks Ansible playbooks run multiple tasks, assign roles, and define configurations, deployment steps, and variab...day58
Dhwarika Jhadwarkajha.hashnode.dev·Jun 16, 2023Ansible PlaybooksAnsible playbooks run multiple tasks, assign roles, and define configurations, deployment steps, and variables. If you’re using multiple servers, Ansible playbooks organize the steps between the assembled machines or servers and get them organized an...65 readsansible