https://github.com/application-research/edge-urid-playbook
https://github.com/application-research/edge-urid-playbook
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/application-research/edge-urid-playbook
- Owner: application-research
- Created: 2023-06-30T12:41:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T17:24:00.000Z (almost 3 years ago)
- Last Synced: 2025-07-02T03:07:28.640Z (12 months ago)
- Language: Jinja
- Size: 37.1 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# edge-playbook
Ansible tooling for automatically deploying Edge to infrastructure of your choice (thanks for using Edge!)
## Getting started
* Check out this repo after making sure you've installed Ansible 2.12+
`git clone https://github.com/application-research/edge-playbook`
* Edit the default inventory file (`inventories/dev`) and list one or more machines you want to deploy to
* Set the `edge_version` variable in `group_vars/all.yml` to the version of Edge you want to deploy
* Set the `edge_admin_api_key` variable in `group_vars/all.yml` to the admin API key you want to use
* Install dependencies
`ansible-galaxy install -r requirements.yml`
None of these steps will need repeating once you've done them once (unless you want to update dependencies or they change).
* Run the playbook
`ansible-playbook deploy.yml`
Ask in [#ecosystem-dev](https://filecoinproject.slack.com/archives/C016APFREQK) if you have any questions, and enjoy!
# TODOs/roadmap
* Add Docker deployment option, bare metal mode will be the default for now (and probably a long time, slightly more efficient I/O)
* Add PostgreSQL support beyond just a connection string option