Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
migibert committed Dec 4, 2015
1 parent 841c584 commit 15847c2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ If you need a lot of variables definitions, I highly suggest you to define them
orientdb_user: orientdb
orientdb_user_password: $6$Ls2PCtO6PLby08$Hkh36Sn2V112FSexIHM25dHpnU2P1TflCQbj./e6kf3Pd.25s41uZu9dkeZSU7Ixy4fq.U8PSd6/FzjmSz3An/
orientdb_dir: /opt
orientdb_path: '{{ orientdb_dir}}/orientdb-community-{{ orientdb_version}}'
orientdb_path: '{{orientdb_dir}}/orientdb-community-{{orientdb_version}}'
orientdb_log_d : /var/log/orientdb
orientdb_bind_ip: 0.0.0.0
orientdb_enable_binary: True
Expand Down Expand Up @@ -281,14 +281,11 @@ Under test/vagrant, you will find the following files:

You can play with the following commands:
```
vagrant up
```
```
ansible-playbook -i inventory provision-multicast.yml
vagrant up && ansible-playbook -i inventory provision-multicast.yml
```
or
```
ansible-playbook -i inventory provision-tcp.yml
vagrant up && ansible-playbook -i inventory provision-tcp.yml
```

Notes:
Expand Down

0 comments on commit 15847c2

Please sign in to comment.