Specify ubuntu as remote user
authorLorin Hochstein <lorin.hochstein@sendgrid.com>
Sun, 8 Feb 2015 21:12:53 +0000 (16:12 -0500)
committerLorin Hochstein <lorin.hochstein@sendgrid.com>
Sun, 8 Feb 2015 21:12:53 +0000 (16:12 -0500)
ch12/playbooks/ansible.cfg

index 9c27350..d3da3e0 100644 (file)
@@ -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]