Skip to content

Instantly share code, notes, and snippets.

@meabed
Last active August 27, 2018 17:00
Show Gist options
  • Save meabed/6fceac8492449023ccc878f51296deb2 to your computer and use it in GitHub Desktop.
Save meabed/6fceac8492449023ccc878f51296deb2 to your computer and use it in GitHub Desktop.
- name: uname task
command: "uname -a"
- name: dist task
command: "cat /etc/*issue"
- name: lookup task
command: "nslookup 10.152.152.20"
- name: dig google.com
raw: "/usr/bin/dig -t NS google.com"
- name: dig google.com
raw: "/usr/bin/dig @10.152.152.20 -t NS google.com"
@sharmad
Copy link

sharmad commented Aug 27, 2018

I can cat /etc/*issue on the server itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment