1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_iperf.git synced 2024-08-16 13:09:49 +02:00
ansible_role_iperf/tasks/main.yml

14 lines
339 B
YAML
Raw Normal View History

2021-08-18 15:34:03 +02:00
---
2021-08-18 15:52:25 +02:00
- name: optionally run versionscheck
ansible.builtin.include_tasks: versioncheck.yml
2021-08-18 15:34:03 +02:00
when: submodules_versioncheck|bool
2021-08-18 15:52:25 +02:00
- name: install iperf
ansible.builtin.include_tasks: install.yml
- name: create iperf user
ansible.builtin.include_tasks: user.yml
2021-08-18 16:24:41 +02:00
- name: run systemd service
ansible.builtin.include_tasks: systemd.yml