View on GitHub

Puppet-anthillpro

Install and provide basic configuration for an Anthill Pro agent

Download this project as a .zip file Download this project as a tar.gz file

puppet-anthillpro

Install and provide basic configuration for an Anthill Pro agent.

Usage

Include the anthillpro module in your puppet configuration:

include anthillpro

and add required hiera configuration - for example:

anthillpro::agent::ant_home:     'opt/apache-ant-1.7.1'
anthillpro::agent::remote_host:  '10.0.17.9'
anthillpro::agent::tarball:      'Anthill Agent Installation 3.7.3.tar.gz'

or with all the options:

anthillpro::agent::agent_root:   '/opt/anthill'
anthillpro::agent::ant_home:     '/usr'
anthillpro::agent::applications: 'none'
anthillpro::agent::deploy_root:  '/var/anthill/deploy'
anthillpro::agent::java_home:    '/usr/java/latest'
anthillpro::agent::log_root:     '/var/log/anthill'
anthillpro::agent::remote_host:  '10.5.1.109'
anthillpro::agent::remote_port:  '7915'
anthillpro::agent::tarball:      'Anthill Agent Installation 3.7.3.tar.gz'
anthillpro::agent::var_root:     '/var/anthill'

TODO

Support installation and setup of the Anthill server.

Support

License: Apache License, Version 2.0

GitHub URL: https://github.com/erwbgy/puppet-anthillpro