Add update-hosts

This commit is contained in:
2025-09-18 15:43:45 -04:00
parent b16dbd4dc0
commit 86b62a43f5

11
update-hosts Normal file
View File

@@ -0,0 +1,11 @@
- 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