Skip to content

Instantly share code, notes, and snippets.

@turboBasic
Last active July 20, 2021 06:40
Show Gist options
  • Save turboBasic/bb7fe60da75f77a0b5eef2b3f6783870 to your computer and use it in GitHub Desktop.
Save turboBasic/bb7fe60da75f77a0b5eef2b3f6783870 to your computer and use it in GitHub Desktop.
Ansible recipes #ansible

Ansible recipes

This document contains unstructured list of Ansible recipes

Output facts about your host

ansible --module-name setup --connection local $(hostname)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment