Files
TheWrightServer/update-hosts
2025-09-18 15:43:45 -04:00

11 lines
207 B
Plaintext

- hosts: all
remote_user: ansible
vars:
ansible_host_key_checking: false
become: true
tasks:
- name: Update and upgrade apt packages
apt:
update_cache: yes
upgrade: yes