diff options
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 |
