Created
March 22, 2020 19:43
-
-
Save Trailingslashes/40c4d0d88c77dc4e35ca5d796fe066f1 to your computer and use it in GitHub Desktop.
ansible base config
This file contains 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
[defaults] | |
remote_user = ansible | |
host_key_checking = false | |
inventory = inventory | |
[privilege_escalation] | |
become = True | |
become_method = sudo | |
become_user = root | |
become_ask_pass = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment