You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/05/20 21:56:57 UTC

[airavata] 03/03: Merge branch 'yum-cron-security' into develop

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit ee49f05f49464b86d39b6c0deb427d1e8d535a07
Merge: 21770f0 9fa604c
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu May 20 17:56:30 2021 -0400

    Merge branch 'yum-cron-security' into develop

 .../scigap/develop/group_vars/all/vars.yml         |   3 +
 .../scigap/production/group_vars/all/vars.yml      |   3 +
 .../roles/env_setup/tasks/files/yum-cron.conf      |   3 +
 dev-tools/ansible/roles/env_setup/tasks/main.yml   |  14 +-
 dev-tools/ansible/roles/zabbix/defaults/main.yml   |  25 ++
 .../roles/zabbix/files/check-needs-restarting.cron |   6 +
 dev-tools/ansible/roles/zabbix/tasks/main.yml      |  66 ++++
 .../roles/zabbix/templates/zabbix_agentd.conf.j2   | 422 +++++++++++++++++++++
 dev-tools/ansible/zabbix.yml                       |  27 ++
 9 files changed, 556 insertions(+), 13 deletions(-)