Skip to content

Instantly share code, notes, and snippets.

@Trailingslashes
Created March 22, 2020 19:43
Show Gist options
  • Save Trailingslashes/40c4d0d88c77dc4e35ca5d796fe066f1 to your computer and use it in GitHub Desktop.
Save Trailingslashes/40c4d0d88c77dc4e35ca5d796fe066f1 to your computer and use it in GitHub Desktop.
ansible base config
[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