Last active
August 27, 2018 17:00
-
-
Save meabed/6fceac8492449023ccc878f51296deb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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
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