@ChandanJoshi
Nothing here yet.
Nothing here yet.
Feb 8, 2023 · 3 min read · By default, Ansible runs tasks synchronously holding the connections to the remote node open until the action is completed. This means within a playbook, each task blocks the next task by default, meaning the subsequent task will not run until the cu...
Join discussionFeb 6, 2023 · 4 min read · Ansible works by connecting to your nodes and pushing out small programs, called modules. Ansible modules are categorized into various groups based on their functionality Ansible modules should follow the idempotency principle, which means that con...
Join discussionFeb 5, 2023 · 6 min read · Variables are used to store values that can be later used in the playbook. Host variable We will use our default inventory file - /etc/ansible/hosts In this inventory file, we will define 2 variables for server 2 Demo Inventory file - s...
Join discussion