ansible_role_win_exporter/tasks/main.yml

19 lines
444 B
YAML
Raw Permalink Normal View History

2023-10-26 17:26:46 +02:00
---
2024-02-27 13:03:06 +01:00
# - name: 'Install python 3.12'
# chocolatey.chocolatey.win_chocolatey:
# name: python
# version: '3.12.0'
# state: present
2024-02-27 23:37:18 +01:00
# register: _colocaltey
# until: _colocaltey is succeeded
# retries: 5
# delay: 2
2023-11-27 14:05:13 +01:00
2023-10-26 17:26:46 +02:00
- name: Get latest windows_exporter version
2024-02-27 13:03:06 +01:00
ansible.builtin.include_tasks:
file: 'get_exporter_version.yml'
2023-11-27 14:05:13 +01:00
- name: Download windows_exporter version
2024-02-27 13:03:06 +01:00
ansible.builtin.include_tasks:
file: 'download.yml'