Category: Ansible

  • Ansible ad-hoc commands are mainly useful for one time task. for example if we want to check the whether servers are reachable, or to find kernel or os version for servers, in this section we are going to see few…

    Ansible 2.9 ad-hoc commands
  • Ansible is an open source tool used to automate the daily tasks and avoid the repeated tasks, Ansible works on python and ssh protocol to communicate with the nodes. Ansible works on Control / Managed nodes, Control node is an…

    Easy steps to install ansible command line on Ubuntu 18.04
  • For our repeated tasks we can create a playbook, using the playbook we can run multiple tasks. in this section we are going to see how to write a playbook for the package installation

    Simple Ansible playbook for installing packages