Ansible files to install RootIO client on a debian machine (Small tweaks should make this work for more Linux distros).
To install the RootIO client on a debian machine, first install and enable an SSH server e.g OpenSSH, and a 1.8+ JDK
- Clone this
git clone https://github.com/rootio/local-ansible.git
- cd into the directory
cd local-ansible
-
customise variables in the vars/rootio_vars.yml file to your taste
-
Define target hosts in the hosts.yml file
-
Install MySQL server
ansible-playbook -i hosts.yml -u <ssh_username> -k deploy-mysql.yml
- Install other components
ansible-playbook -i hosts.yml -u <ssh_username> -k install-components.yml
- Install the rootio app
ansible-playbook -i hosts.yml -u <ssh_username> -k rootio-components.yml