Skip to content
This repository was archived by the owner on Aug 17, 2021. It is now read-only.

Ansible deployment

Tomas Jirsik edited this page Feb 10, 2017 · 3 revisions

This page describes the deployment of Stream4Flow using Ansible on your own cluster.

  1. Collect public ssh host keys for machines in your cluster.

Use tool ssh-keyscan ssh-keyscan <list of cluster machines> >> .ssh/known_hosts

  1. Go to ansible folder and create inventory file

Clone this wiki locally