Using Modules Known Hosts - mcuyar/station GitHub Wiki

Known hosts is a global module for eliminating the need to manually verify the host key by pre-populate the database of known hosts.

When running any type of ssh commands on provision, it is necessary to populate the known hosts database to keep ssh commands from possibly failing on provision.

By default, github.com and bitbucket.com have been added for cloning git repositories. If you plan to adjust the known hosts module, you will need to include these again.

known-hosts:
  domains:
    - github.com
    - bitbucket.com