mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 12:41:44 +00:00
config.toml change, removed rsyslog install
This commit is contained in:
@ -5,7 +5,7 @@ proxy_app = "tcp://127.0.0.1:46658"
|
|||||||
moniker = "{{inventory_hostname}}"
|
moniker = "{{inventory_hostname}}"
|
||||||
fast_sync = true
|
fast_sync = true
|
||||||
db_backend = "leveldb"
|
db_backend = "leveldb"
|
||||||
log_level = "debug"
|
log_level = "mempool:error,*:debug"
|
||||||
|
|
||||||
[rpc]
|
[rpc]
|
||||||
laddr = "tcp://0.0.0.0:46657"
|
laddr = "tcp://0.0.0.0:46657"
|
||||||
|
@ -36,7 +36,3 @@
|
|||||||
when: ansible_os_family == "RedHat"
|
when: ansible_os_family == "RedHat"
|
||||||
yum: "pkg={{service}} update_cache=yes state=latest"
|
yum: "pkg={{service}} update_cache=yes state=latest"
|
||||||
|
|
||||||
- name: Install rsyslog on CentOS/RedHat
|
|
||||||
when: ansible_os_family == "RedHat"
|
|
||||||
yum: "pkg=rsyslog state=latest"
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user