Ansible Playbook for Updating Linux (Debian/Ubuntu)

The three steps to update a machine with Ansible Create Inventory The first thing we need to do is create an inventory file. This will contain a list of our servers along with the credentials. touch hosts.txt Now let’s encrypt … Continue reading Ansible Playbook for Updating Linux (Debian/Ubuntu)