No description
Find a file
2022-12-25 17:17:59 +01:00
ansible reorganise 2022-12-21 16:35:58 +01:00
doc documentation 2022-12-21 16:14:27 +01:00
sbin better error informations 2022-12-25 17:17:59 +01:00
src reorganise 2022-12-21 16:35:58 +01: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 reorganise 2022-12-21 16:35:58 +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