Commit 2c5ae39f by remulo.carvalho

Delete ansible.cfg

parent 29121c20
[defaults]
inventory=nodes.txt
host_key_checking=false
remote_tmp = ./tmp
remote_user = svcansible
forks = 400
timeout = 20
log_path=./log/ansible.log
deprecation_warnings=False
[all:vars]
ansible_connection=ssh
ansible_ssh_user=svcansible
ansible_ssh_pass=mprjgoinfra
[privilege_escalation]
become_user=root
become=True
become_method=sudo
#become_ask_pass=True
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment