updating ubuntu servers with ansible
blog.axite.dev › updating-ubuntu-servers-with-ansibleDec 11, 2021 · Navigate to your Ansible directory with your hosts file, ubuntu-servers-update.yml playbook file, and ansible.cfg file in it (normally /etc/ansible/, then run the following command: ansible-playbook -i hosts ubuntu-servers-update.yml. The playbook should start running and will update as it progresses. If the playbook completes successfully, you ...