Updated readme to avoid known_host adding prompt
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/21545bea Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/21545bea Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/21545bea Branch: refs/heads/develop Commit: 21545bea2b338dcc8491cb15aee85787fdb38e92 Parents: d5a9c8a Author: Shameera Rathnayaka <[email protected]> Authored: Mon Sep 12 12:29:29 2016 -0400 Committer: Shameera Rathnayaka <[email protected]> Committed: Mon Sep 12 12:29:29 2016 -0400 ---------------------------------------------------------------------- README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/21545bea/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 794099a..9ce4e47 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # mesos-deployment This project setup Apache Mesos master and slave clusters on Cloud Infrastructures using Anisble +If you are working with new set of hosts which you haven't ssh login to those host from the machine you are suppose to run your Ansible play. It will prompt you to get permission to add to known_hosts list, if you wan't remove this prompt and you know the consequences of disabling this feature and you want tor remove this prompt behavior run this on your terminal `export ANSIBLE_HOST_KEY_CHECKING=False` ## Configurations
