1
0
Fork 0
ansible_role_prometheus_pin.../tasks/main.yml
2022-11-21 17:57:49 +01:00

19 lines
539 B
YAML

---
- name: Run optional versionscheck
ansible.builtin.include_tasks: versioncheck.yml
when: submodules_versioncheck | bool
- name: Create User for ping exporter
ansible.builtin.include_tasks: create_user.yml
- name: Get latest release and define version
ansible.builtin.include_tasks: set_version.yml
- name: Install ping exporter
ansible.builtin.include_tasks: install.yml
- name: Configurel ping exporter
ansible.builtin.include_tasks: config.yml
- name: Start systemd unit
ansible.builtin.include_tasks: systemd.yml