No description
Find a file
2022-12-21 16:14:27 +01:00
ansible documentation 2022-12-21 16:14:27 +01:00
doc documentation 2022-12-21 16:14:27 +01:00
src src/risotto/image.py: display depends if failed 2022-10-17 18:49:34 +02:00
bootstrap.py convert to ansible 2022-10-01 22:33:11 +02:00
funcs.py only one config 2022-08-21 19:03:38 +02:00
LICENSE Initial commit 2022-03-08 19:44:14 +00:00
logo.png documentation 2022-12-21 16:14:27 +01:00
logo.svg documentation 2022-12-21 16:14:27 +01:00
README.md documentation 2022-12-21 16:14:27 +01:00
risotto.conf.example add risotto.conf file example 2022-03-11 18:56:11 +01:00
servers.json.example missing files 2022-03-12 10:05:58 +01:00

Logo Risotto

Risotto

Install dependencies

  • python3-dkimpy
  • python3-cheetah
  • ldns-utils

Installation

Clone projects:

Documentation

Documentation

Set up

Set up Risotto:

cd risotto
cp risotto.conf.example risotto.conf

In risotto.conf change the dataset directory.

Set up infrasctructure:

cp server.yml.example server.yml

Modify infrastructure description as required.

Generate the configuration:

./bootstrap.py

Send configuration to remote server:

ansible-playbook -i ansible/inventory.py ansible/playbook.yml