Skip to content

Instantly share code, notes, and snippets.

@gtt116
Last active January 29, 2016 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtt116/5ecb65ca82093b3020e2 to your computer and use it in GitHub Desktop.
Save gtt116/5ecb65ca82093b3020e2 to your computer and use it in GitHub Desktop.
[defaults]
remote_user = userx
remote_port = 22
gathering = explicit
roles_path = roles
retry_files_save_path = /tmp/
host_key_checking = False
vault_password_file = vault-pass
forks = 100
#private_key_file=/path/to/file.pem
action_plugins = ./plugins/actions
filter_plugins = ./plugins/filters
callback_plugins = ./plugins/callbacks
vars_plugins = ./plugins/vars
library = ./library
ansible_managed = This file is managed by Ansible.%n
template: {file}
[ssh_connection]
ssh_args = -o StrictHostKeyChecking=no
pipelining=true
[privilege_escalation]
become=True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment