From: Lorin Hochstein Date: Sun, 8 Feb 2015 21:12:53 +0000 (-0500) Subject: Specify ubuntu as remote user X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=1cab89a3df06e66705d47e98b8107e3fbf1b1e19;p=ansiblebook.git Specify ubuntu as remote user --- 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]