Browse Source

config.toml change, removed rsyslog install

pull/1943/head
Greg Szabo 7 years ago
parent
commit
d46b5db056
2 changed files with 1 additions and 5 deletions
  1. +1
    -1
      ansible/roles/config/templates/config.toml.j2
  2. +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"

Loading…
Cancel
Save