From: Lorin Hochstein Date: Tue, 7 Feb 2017 03:22:13 +0000 (-0800) Subject: disable host key checking X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=c34961620b59ef72f7dd7312f45af2391b5f1849;p=ansiblebook.git disable host key checking --- diff --git a/ch13/ansible.cfg b/ch13/ansible.cfg index f8fc6cd..dcb0621 100644 --- a/ch13/ansible.cfg +++ b/ch13/ansible.cfg @@ -1,2 +1,3 @@ [defaults] inventory = inventory +host_key_checking = False