Ansible is a configuration management tool that can be used to automate setup of servers, databases, and more. The Agent playbook will help get the Linux Agent up and running in your environment quickly.
cd /ansible
git clone https://github.com/netuitive/ansible-netuitive-agent.git
netuitive-agent.yml
), update the hosts setting to use desired host or inventory file.metricly_linux_api
setting with the API key from the Linux integration in your CloudWisdom account. To find this API key, point to the user account menu in the bottom left-hand corner of CloudWisdom and select Integrations. Your Linux API key is found next to the integration listed as INFRASTRUCTURE.hosts-file-name
with the name of your hosts file.
ansible-playbook -i hosts-file-name netuitive-agent.yml