diff --git a/.ansible.cfg b/.ansible.cfg new file mode 100644 index 000000000..8500b2d16 --- /dev/null +++ b/.ansible.cfg @@ -0,0 +1,9 @@ +[defaults] +host_key_checking = False +remote_user = vagrant +hostfile = hosts +log_path = ansible.log +ansible_managed = Ansible managed: modified on %Y-%m-%d %H:%M:%S by {uid} +private_key_file = ~/.vagrant.d/insecure_private_key +error_on_undefined_vars = False +forks = 6 diff --git a/rc b/rc index cbe899a41..899768319 100644 --- a/rc +++ b/rc @@ -1 +1 @@ -export ANSIBLE_CONFIG=~/.ansible.cfg +export ANSIBLE_CONFIG=.ansible.cfg