From ff25b4fb3c044e7a7b43a4ca29cfdc0bd3217433 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 2 Jun 2020 20:39:55 -0700 Subject: [PATCH] [meta] go back to hosts.private --- ansible/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index d2e82a1..37366f1 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = hosts.yml +inventory = hosts.private retry_files_enabled = False pipelining = True host_key_checking = False