Skip to content

Instantly share code, notes, and snippets.

@bcoca
Last active April 16, 2020 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcoca/9db03419344b2e75f91c069cb3fe1646 to your computer and use it in GitHub Desktop.
Save bcoca/9db03419344b2e75f91c069cb3fe1646 to your computer and use it in GitHub Desktop.
0.08 KB
- hosts: targethost
gather_facts: false
tasks:
- name: Run uptime command
command: uptime
register: output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment