Skip to content

Instantly share code, notes, and snippets.

@amaurybsouza
Created February 23, 2022 23:52
Show Gist options
  • Save amaurybsouza/7802c74ac1451530fa8d484025049772 to your computer and use it in GitHub Desktop.
Save amaurybsouza/7802c74ac1451530fa8d484025049772 to your computer and use it in GitHub Desktop.
ansible_inventory
---
#group for local machine
local:
hosts:
localhost:
ansible_connection: local
ansible_python_interpreter: /usr/bin/python
gather_facts: false
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment