zabbix / staging: change zabbix server to use sysadmin-noc and add client to wiki and proxies in staging

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-08-31 11:58:20 -07:00
parent 88e9c37990
commit 423eb61c14
3 changed files with 6 additions and 2 deletions

View file

@ -11,9 +11,9 @@ ipa_client_shell_groups:
- fi-apprentice
- sysadmin-noc
- sysadmin-veteran
- sysadmin-jenkins
- sysadmin-web
ipa_client_sudo_groups:
- sysadmin-jenkins
- sysadmin-web
ipa_host_group: zabbix
ipa_host_group_desc: Zabbix Network Monitoring
lvm_size: 100000

View file

@ -29,6 +29,8 @@
- { role: mirrormanager/mirrorlist_proxy,
when: env == "staging" or "'mirrorlist_proxy' in group_names" }
- apache
- role: zabbix/zabbix_agent
when: env == "staging"
tasks:
- import_tasks: "{{ tasks_path }}/motd.yml"

View file

@ -39,6 +39,8 @@
- { role: nfs/client, when: env != "staging", mnt_dir: '/mnt/web/attachments', nfs_src_dir: 'fedora_app/app/attachments' }
- mediawiki
- sudo
- role: zabbix/zabbix_agent
when: env == "staging"
tasks:
- import_tasks: "{{ tasks_path }}/motd.yml"