Files
ansible-runner/playbooks/install_prometheus.yml.ansible
master of disaster 8e7d3f27ce
All checks were successful
Run Ansible / install_ansible (push) Successful in 2m32s
test first playbook
2025-12-11 00:36:17 +01:00

11 lines
242 B
Plaintext

- 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