The purpose of this repo is to provide a template for rapidly configuring a Cent machine with AppDynamics using Ansible.
You are free to copy the initial configurations, add your variables to the project, and extend the playbook as you see fit to accomplish your objectives.
- Have a target host provisioned & running Cent VM, accessible over port 22, with SSH keys configured.
- Copy
ansible/inventory.ini.dist
toansible/inventory.ini
. - Update your
inventory.ini
according to your host details & SSH key configuration. - Copy
ansible/variables.json.dist
toansible/variables.json
. - Add or remove any specific data you'd like to in
ansible/variables.json
. - Ensure
bin/ap
is executable, and run it!