2023-11-27 14:05:13 +01:00
|
|
|
---
|
2024-02-27 23:56:20 +01:00
|
|
|
- name: Install window autohotkey
|
|
|
|
chocolatey.chocolatey.win_chocolatey:
|
|
|
|
name: autohotkey.install
|
|
|
|
source: https://community.chocolatey.org/api/v2/
|
|
|
|
state: present
|
|
|
|
register: _auto
|
|
|
|
until: _auto is succeeded
|
|
|
|
retries: 5
|
|
|
|
delay: 2
|
|
|
|
|
2023-11-27 14:05:13 +01:00
|
|
|
- name: Install windows node_exporter
|
|
|
|
chocolatey.chocolatey.win_chocolatey:
|
|
|
|
name: prometheus-windows-exporter.install
|
|
|
|
version: '{{ win_exporter__version_target }}'
|
|
|
|
source: https://community.chocolatey.org/api/v2/
|
|
|
|
state: present
|
2024-02-27 23:37:18 +01:00
|
|
|
register: _colocaltey
|
|
|
|
until: _colocaltey is succeeded
|
|
|
|
retries: 5
|
|
|
|
delay: 2
|