ansible/MY/uptime.yml
Ахметзянов Рустам Рамилевич af70a6a354 first commit
2025-10-31 08:47:26 +04:00

11 lines
182 B
YAML

---
- hosts: all
tasks:
- name: Check uptime of the remote host
shell: uptime
register: command_output
- debug:
var: command_output.stdout_lines