Install Using Ansible

The Ansible playbook is available at https://github.com/takipi/takipi-playbooks.

To install OverOps for Ansible:

  1. Run the playbook against your server with:
    ansible-playbook -i inventory site.yml<>/code
  2. In inventory.ini, add the hostname:
[remote]
example.com ansible_ssh_user=root
  1. Add your API Key in roles/common/vars/main.yml or group_vars/all.yml:
takipi:
SECRET_KEY:
<INSTALLATION_KEY>