diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 6265ba2..500f46f 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -23,7 +23,7 @@ bootstrap__rsyslog_docker_logs_path: '/docker/log' bootstrap__rsyslog_docker_format: !unsafe '%msg:2:2048%\n' # lower local retention to save space bootstrap__logrotate_frequency: 'hourly' -bootstrap__logrotate_count: 72 +bootstrap__logrotate_count: 48 bootstrap__logrotate_mbytes: 500 # Consul Catalog Query URL diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 61d8dff..58d0400 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -16,7 +16,7 @@ - name: infra-role-bootstrap-linux src: git@github.com:status-im/infra-role-bootstrap-linux.git - version: c1cef99575a2d56718bba482761f005450129aaa + version: f0c4b8a2733e504159bff32698fdfb9e51844e7e scm: git - name: infra-role-bootstrap-windows