Managing Hosts with Ansible
What do we need? There are a few things we need to start with managing hosts with ansible. SSH keys Place to store our files Inventory file Creating SSH key To manage hosts, we need to use a SSH key. We can create them with the following …