Compile and install a xymon client on host machine from source
Ansible >= 2.4
xymon_client_directory: "/usr/local"
Directory where to install xymon client
xymon_client_user_group: xymon
User group(default: xymon)
xymon_server_address: 127.0.0.1
Xymon server IP address
- hosts: servers
- vars:
xymon_server_address: 127.0.0.1
xymon_client_user_group: xymon
roles:
- xymon-client # install xymon client