Created
December 16, 2016 17:54
-
-
Save kkirsche/78fe0bd593ec3b35a28f288e7e19d763 to your computer and use it in GitHub Desktop.
General Ansible Configuration File
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
| [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