Add ansible.cfg file on repo to disable host key checking

Change-Id: I8e08e8320afaf85cfe571fe35ed9f7fe02e3b227
This commit is contained in:
Ricardo Carrillo Cruz 2016-06-07 08:38:55 +00:00
parent cd59a0e396
commit 2e472697da
1 changed files with 2 additions and 0 deletions

2
ansible.cfg Normal file
View File

@ -0,0 +1,2 @@
[defaults]
host_key_checking=no