Ansible playbooks for deploying SCION for Sui validators.
Requires Python3 and Poetry. Poetry can be installed with
curl -sSL https://install.python-poetry.org | python3 -
Python dependencies, ansible, and playbook dependencies can then be installed within a Python virtual environment managed by poetry.
poetry install --no-root
poetry run ansible-galaxy install -r ansible/requirements.yml
See the SCION for Sui Validators document for more details on acquiring the files and configuration necessary for running the playbooks.
Once configured, the playbook can be run using
poetry run ansible-playbook -i hosts.yml ansible/playbook.yml
This project is licensed under the Apache License, Version 2.0 (LICENSE or https://www.apache.org/licenses/LICENSE-2.0).