The purpose of this repo is to provide a template for rapidly configuring an Ubuntu 18.04 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 Ubuntu 18.04, accessible over port 22, with SSH keys configured.
- Copy
ansible/inventory.ini.disttoansible/inventory.ini. - Update your
inventory.iniaccording to your host details & SSH key configuration. - Copy
ansible/variables.json.disttoansible/variables.json. - Add or remove any specific data you'd like to in
ansible/variables.json. - Ensure
bin/apis executable, and run it!