mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Give Ansible task to generate RethinkDB config file a longer name
This commit is contained in:
parent
aae736e235
commit
5951945e74
@ -37,7 +37,9 @@
|
|||||||
# See https://www.rethinkdb.com/docs/start-on-startup/
|
# See https://www.rethinkdb.com/docs/start-on-startup/
|
||||||
# Note: This task does NOT have a notify: rethinkdb restart
|
# Note: This task does NOT have a notify: rethinkdb restart
|
||||||
# A task to ensure RethinkDB is started comes later.
|
# A task to ensure RethinkDB is started comes later.
|
||||||
- name: Write a RethinkDB config file
|
- name: >
|
||||||
|
Generate a RethinkDB config file from rethinkdb.conf.j2 and put it in
|
||||||
|
/etc/rethinkdb/instances.d/instance1.conf
|
||||||
template:
|
template:
|
||||||
src=rethinkdb.conf.j2
|
src=rethinkdb.conf.j2
|
||||||
dest=/etc/rethinkdb/instances.d/instance1.conf
|
dest=/etc/rethinkdb/instances.d/instance1.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user