test first playbook
All checks were successful
Run Ansible / install_ansible (push) Successful in 2m32s

This commit is contained in:
master of disaster
2025-12-11 00:35:00 +01:00
parent d19cdfb1a1
commit 8e7d3f27ce
4 changed files with 28 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
- hosts:
- monitoring
become: true
vars:
ansible_python_interpreter: /usr/bin/python3
tasks:
- name: Update apt cache
ansible.builtin.apt:
update_cache: true
cache_valid_time: 3600
upgrade: full