Quick Start¶
The objective of this guide is to perform a step-by-step installation of a complete Reemo platform. At the end of this guide, you will have a complete, ready-to-use platform.
1. Working machine preparation (Ansible)¶
The working machine is responsible for the Ansible orchestration of the target servers.
Install Python, Docker, Ansible, dependencies:
Red Hat / RockyLinux¶
yum install ansible-core
yum install -y python3-pip
pip3 install docker
ansible-galaxy collection install community.docker
ansible-galaxy collection install community.crypto
Warning
Under RockyLinux 9, it is necessary to use community.docker >= 3.10.2. If needed, force the update:
ansible-galaxy collection install community.docker --upgrade
Ubuntu¶
apt install ansible
apt install python3-docker
ansible-galaxy collection install community.docker
ansible-galaxy collection install community.crypto
2. Deployment files¶
Use the wizard below to generate the configuration files and initialization commands.