Clarified readme and used examples.

This commit is contained in:
Daan
2024-11-28 09:49:29 +01:00
parent 88e2115be9
commit c66c7bbb98
2 changed files with 59 additions and 31 deletions

View File

@@ -11,8 +11,8 @@ variables:
- name: cmd_arguments
value: "-c 4"
tasks:
- name: Ping Cloudflare
- name: Ping host1
command: "{{ command1 }} {{ host1 }} {{ cmd_arguments }}"
- name: Ping Google
- name: Ping host2
command: "{{ command1 }} {{ host2 }} {{ cmd_arguments }}"