Created
August 31, 2020 10:01
-
-
Save demiters/666eae03aec30a3523f5f1e4ebf2b496 to your computer and use it in GitHub Desktop.
Ansible inventory for connecting to a local Ubuntu host (use --ask-become-pass)
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
all: | |
hosts: localhost | |
vars: | |
ansible_user: arturs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment