https://github.com/application-research/delta-dm-playbook
Ansible tooling for Delta DM
https://github.com/application-research/delta-dm-playbook
Last synced: 8 months ago
JSON representation
Ansible tooling for Delta DM
- Host: GitHub
- URL: https://github.com/application-research/delta-dm-playbook
- Owner: application-research
- Created: 2023-04-22T08:04:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T12:33:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T04:11:16.284Z (over 1 year ago)
- Language: Jinja
- Size: 48.8 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# delta-dm-playbook
Ansible tooling for automatically deploying Delta DM to infrastructure of your choice. Pairs well with Delta Playbook.
## 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!