Get started#

Prerequisites#

  • make

  • python >= 3.7.3

  • virtualenv

  • pip3

  • direnv

  • curl

  • unzip

You should find all of these in you Linux native packaging system.

Setup workspace#

git clone https://gitlab.com/wescalefr-oss/ansible/collections/kubefactory.git
cd kubefactory
direnv allow .
make env

CONGRATULATIONS

You are ready to play with the kubefactory project.