Last active
January 29, 2016 01:51
-
-
Save gtt116/5ecb65ca82093b3020e2 to your computer and use it in GitHub Desktop.
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 = 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