Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #346 from multinet-app/devops-readme
Browse files Browse the repository at this point in the history
Add README for devops directory
  • Loading branch information
waxlamp committed Mar 19, 2020
2 parents 682cfeb + 0662094 commit 5e0411b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions devops/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# multinet-server/devops

The `arangodb.yml` Ansible playbook in this directory installs and configures
ArangoDB on an Ubuntu server. It does the following:
- installs ArangoDB
- sets a default password (this will be configurable in the future; see
https://github.com/multinet-app/multinet-server/issues/348)
- configures it to listen on all interfaces
- starts the service

To run it via ssh, run a command such as the following:

```
ansible-playbook -i <target-hostname>, arangodb.yml --ssh-extra-args="-i <identify.pem>"
```

0 comments on commit 5e0411b

Please sign in to comment.