No description
Find a file
2023-08-23 22:45:19 +02:00
ansible inventory: add only_server option 2023-08-23 22:44:12 +02:00
doc simplify ansible role 2023-01-23 20:23:32 +01:00
sbin update doc tools 2023-08-23 22:42:53 +02:00
src without namespace 2023-08-23 22:45:19 +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 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