Created
February 23, 2022 23:52
-
-
Save amaurybsouza/7802c74ac1451530fa8d484025049772 to your computer and use it in GitHub Desktop.
ansible_inventory
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
--- | |
#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