This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
config.toml change, removed rsyslog install
pull/1943/head
Greg Szabo
7 years ago
parent
b64a323da7
commit
d46b5db056
2 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ansible/roles/config/templates/config.toml.j2
+0
-4
ansible/roles/install/tasks/centos.yml
+ 1
- 1
ansible/roles/config/templates/config.toml.j2
View File
@ -5,7 +5,7 @@ proxy_app = "tcp://127.0.0.1:46658"
moniker = "{{inventory_hostname}}"
fast_sync = true
db_backend = "leveldb"
log_level = "debug"
log_level = "
mempool:error,*:
debug"
[rpc]
laddr = "tcp://0.0.0.0:46657"
+ 0
- 4
ansible/roles/install/tasks/centos.yml
View File
@ -36,7 +36,3 @@
when
:
ansible_os_family == "RedHat"
yum
:
"pkg={{service}} update_cache=yes state=latest"
-
name
:
Install rsyslog on CentOS/RedHat
when
:
ansible_os_family == "RedHat"
yum
:
"pkg=rsyslog state=latest"
Write
Preview
Loading…
Cancel
Save