The Ansible playbook is available at https://github.com/takipi/takipi-playbooks.
To install OverOps for Ansible:
- Run the playbook against your server with:
ansible-playbook -i inventory site.yml<>/code
- In inventory.ini, add the hostname:
[remote] example.com ansible_ssh_user=root
- Add your API Key in roles/common/vars/main.yml or group_vars/all.yml:
takipi: SECRET_KEY: <INSTALLATION_KEY>
Updated 11 months ago