diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-11-13 16:50:55 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-11-13 16:50:55 -0700 |
| commit | ffa2a169ea98fb54a29d90ca158059e79e2816ba (patch) | |
| tree | 018461d031b71178fa48b9672d8e39bac4de1270 /files/ansible.cfg | |
initial commit
Diffstat (limited to 'files/ansible.cfg')
| -rw-r--r-- | files/ansible.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ansible.cfg b/files/ansible.cfg new file mode 100644 index 0000000..d814983 --- /dev/null +++ b/files/ansible.cfg @@ -0,0 +1,15 @@ +[defaults] +host_key_checking = False +remote_user = root +log_path = /var/log/ansible/log +private_key_file = /root/.ssh/id_rsa +forks = 40 +ansible_python_interpreter = /usr/bin/python3.5 + +[ssh_connection] +pipelining = True + +[privilege_escalation] +become = True +become_user = root +become_method = sudo |
