Migrated from legacy playbook repo into Ansible collection format: Roles (171 total): - common: 44 roles (fact gathering, SSH setup, utilities) - configuration: 32 roles (system config, networking, satellite) - provisioning: 16 roles (VMware, Azure, physical server deployment) - security: 15 roles (OpenSCAP hardening, certificates, AD integration) - monitoring: 12 roles (Zabbix, logging agents, metrics) - networking: 12 roles (DNS, DHCP, network interfaces) - satellite: 4 roles (Pulp/Satellite management) - misc: 36 roles (various utilities) Playbooks (159 total): - provisioning: 14 playbooks - azure: 13 playbooks - configuration: 22 playbooks - maintenance: 10 playbooks - security: 10 playbooks - monitoring: 9 playbooks - vcenter: 6 playbooks - networking: 7 playbooks - misc: 65 playbooks
Role Name
This role will install and configure the Zabbix agent on a remote host and create a host profile on the Zabbix server
Requirements
python >= 2.6
zabbix-api >= 0.5.3
Role Variables
zabbix_server=z23zabproxy.DMZ23.EXAMPLE.COM
zabbix_proxy=z23zabproxy.DMZ23.EXAMPLE.COM # If installing in dmz23 or dmz24, make sure to set a proxy server
zabbix_host_groups=DMZ23
zabbix_link_template="Linux CORP 7.5"
Dependencies
N/A
Example Playbook
- hosts: all
become: yes
become_method: sudo
roles:
- determine-jump-host
- check-dns-name
- zabbix-agent
License
BSD
Author Information
Created by the UFST Linux team