Ansible

  • Blog

    How to Use Ansible for Automated Server Setup

    Basic Workflow of Ansible | What components are necessary Ansible Control Node IP: 192.168.140.139 (Where Ansible is configured) Ansible Host IPs: { Server 1 [172.17.33.7] Server2 [192.168.18.140] } Inventory File: Default inventory file location: /etc/ansible/hosts. Usually, it is not available when we install Ansible from the default repositories of the distro, so we need to create it anywhere in the…

    Read More »
Back to top button
close