commit 9c6fd862318f237ae8561b35469ae953c79cf846 Author: aturenkov Date: Tue Jan 13 06:35:30 2026 +0000 Добавить ping.yml diff --git a/ping.yml b/ping.yml new file mode 100644 index 0000000..7de136c --- /dev/null +++ b/ping.yml @@ -0,0 +1,6 @@ +- name: Ping hosts + hosts: all + gather_facts: false + serial: 20 + tasks: + - ansible.builtin.ping: