Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1005 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 1005 Bytes

Deploy SCION, for Sui

Ansible playbooks for deploying SCION for Sui validators.

Installation

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

Configuration

See the SCION for Sui Validators document for more details on acquiring the files and configuration necessary for running the playbooks.

Running the Playbook

Once configured, the playbook can be run using

poetry run ansible-playbook -i hosts.yml ansible/playbook.yml

License

This project is licensed under the Apache License, Version 2.0 (LICENSE or https://www.apache.org/licenses/LICENSE-2.0).