Skip to content

Instantly share code, notes, and snippets.

@kkirsche
Created December 16, 2016 17:54
Show Gist options
  • Select an option

  • Save kkirsche/78fe0bd593ec3b35a28f288e7e19d763 to your computer and use it in GitHub Desktop.

Select an option

Save kkirsche/78fe0bd593ec3b35a28f288e7e19d763 to your computer and use it in GitHub Desktop.
General Ansible Configuration File
[defaults]
inventory: ./inventories/production/hosts.yml
remote_user: kkirsche
remote_port: 22
forks: 20
pipelining: True
callback_whitelist: json
retry_files_enabled: False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment