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/28 20:25:06 UTC

[airavata] branch master updated (460f4a7 -> 046cd46)

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

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


    from 460f4a7  Ansible: removing cgpexplorer.net from Ansible
     add a933b5b  Ansible: setup yum-cron to automatically install security updates
     add 8c2d736  Ansible: exclude openjdk updates
     add 9fa604c  Ansible: zabbix role and playbook
     add ffaa64c  Ansible: move check-domains.sh to zabbix role
     add f9bb3a1  Ansible: add env_setup to zabbix.yml playbook
     new 046cd46  Merge branch 'yum-cron-security'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../scigap/develop/group_vars/all/vars.yml         |   3 +
 .../scigap/production/group_vars/all/vars.yml      |   3 +
 .../roles/env_setup/tasks/files/yum-cron.conf      |  84 ++++
 dev-tools/ansible/roles/env_setup/tasks/main.yml   |  28 +-
 dev-tools/ansible/roles/letsencrypt/tasks/main.yml |   8 -
 .../{common/vars => zabbix/defaults}/main.yml      |   3 +-
 .../tasks => zabbix}/files/check-domains.sh        |   0
 .../roles/zabbix/files/check-needs-restarting.cron |   6 +
 .../roles/{letsencrypt => zabbix}/tasks/main.yml   |  65 ++--
 .../roles/zabbix/templates/zabbix_agentd.conf.j2   | 422 +++++++++++++++++++++
 dev-tools/ansible/{pga.yml => zabbix.yml}          |  10 +-
 11 files changed, 575 insertions(+), 57 deletions(-)
 create mode 100644 dev-tools/ansible/roles/env_setup/tasks/files/yum-cron.conf
 copy dev-tools/ansible/roles/{common/vars => zabbix/defaults}/main.yml (96%)
 rename dev-tools/ansible/roles/{letsencrypt/tasks => zabbix}/files/check-domains.sh (100%)
 create mode 100644 dev-tools/ansible/roles/zabbix/files/check-needs-restarting.cron
 copy dev-tools/ansible/roles/{letsencrypt => zabbix}/tasks/main.yml (52%)
 create mode 100644 dev-tools/ansible/roles/zabbix/templates/zabbix_agentd.conf.j2
 copy dev-tools/ansible/{pga.yml => zabbix.yml} (89%)

[airavata] 01/01: Merge branch 'yum-cron-security'

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 046cd4646c55b6263a182d98ac0e7cdd0d82ea1a
Merge: 460f4a7 f9bb3a1
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri May 28 16:03:08 2021 -0400

    Merge branch 'yum-cron-security'

 .../scigap/develop/group_vars/all/vars.yml         |   3 +
 .../scigap/production/group_vars/all/vars.yml      |   3 +
 .../roles/env_setup/tasks/files/yum-cron.conf      |  84 ++++
 dev-tools/ansible/roles/env_setup/tasks/main.yml   |  28 +-
 dev-tools/ansible/roles/letsencrypt/tasks/main.yml |   8 -
 .../check-domains.sh => zabbix/defaults/main.yml}  |  20 +-
 .../tasks => zabbix}/files/check-domains.sh        |   0
 .../roles/zabbix/files/check-needs-restarting.cron |   6 +
 .../roles/{letsencrypt => zabbix}/tasks/main.yml   |  65 ++--
 .../roles/zabbix/templates/zabbix_agentd.conf.j2   | 422 +++++++++++++++++++++
 .../tasks/files/check-domains.sh => zabbix.yml}    |  23 +-
 11 files changed, 588 insertions(+), 74 deletions(-)