Skip to content

Instantly share code, notes, and snippets.

@troyfontaine
Last active April 27, 2017 16:56
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 troyfontaine/77912067b31ccaa511eecc8cb310a9f3 to your computer and use it in GitHub Desktop.
Save troyfontaine/77912067b31ccaa511eecc8cb310a9f3 to your computer and use it in GitHub Desktop.
[WIP] Ansible Cheatsheet

List of OS Families used by ansible_os_family

"Container Linux by CoreOS" = Container Linux "Debian" = Debian, Raspbian, Ubuntu

Get facts about a host

ansible myserver -m setup | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment