From 1cab89a3df06e66705d47e98b8107e3fbf1b1e19 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 8 Feb 2015 16:12:53 -0500 Subject: [PATCH] Specify ubuntu as remote user --- ch12/playbooks/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ch12/playbooks/ansible.cfg b/ch12/playbooks/ansible.cfg index 9c27350..d3da3e0 100644 --- a/ch12/playbooks/ansible.cfg +++ b/ch12/playbooks/ansible.cfg @@ -6,6 +6,7 @@ fact_caching = redis fact_caching_timeout = 86400 # With EC2, don't want to check host keys +remote_user = ubuntu host_key_checking = False [ssh_connection] -- 2.44.0