https://github.com/application-research/delta-playbook
Delta Ansible Deployment Playbooks
https://github.com/application-research/delta-playbook
Last synced: 2 months ago
JSON representation
Delta Ansible Deployment Playbooks
- Host: GitHub
- URL: https://github.com/application-research/delta-playbook
- Owner: application-research
- Created: 2023-03-17T13:24:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T00:37:50.000Z (about 3 years ago)
- Last Synced: 2025-01-25T04:11:10.350Z (over 1 year ago)
- Language: Jinja
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# delta-playbook
Ansible tooling for automatically deploying Delta to infrastructure of your choice (thanks for using Delta!)
## Getting started
* Check out this repo after making sure you've installed Ansible 2.12+
`git clone https://github.com/application-research/delta-ansible-deploy`
* Edit the default inventory file (`inventories/dev`) and list one or more machines you want to deploy to
* 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