Ansible playbook for native setup
Discussed in https://github.com/PhonePe/mantis/discussions/45
Originally posted by 0xbharath September 18, 2024 We have a bash script to setup Mantis natively on Ubuntu: https://github.com/PhonePe/mantis/blob/main/setup/native-setup.sh
In a distributed setup, this script needs to be run on multiple machines. It would be comfortable if there is Ansible playbook to automate the native setup across machines.
If someone's not working on it, then I'll be happy to pick this issue
Hi @dmdhrumilmistry
Thanks for reaching out. I'll add more details to this ticket on what needs to be done and then you can pick it up. I'll add the details by end of day.
I've already raised a tested PR which converts bash script to ansible playbook. LMK if something else needs to be configured.