config.toml change, removed rsyslog install

This commit is contained in:
Greg Szabo
2017-08-30 10:38:02 -04:00
parent b64a323da7
commit d46b5db056
2 changed files with 1 additions and 5 deletions

View File

@ -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"

View File

@ -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"