OSC / ood-ansible

An ansible role for Open Ondemand
MIT License
30 stars 31 forks source link

Help needed in setting up OOD #197

Open sivarooney opened 1 year ago

sivarooney commented 1 year ago

Hi,

I am not sure how to run/start the OOD configurations using the playbook.

Is there any document or instructions for configuring the OOD from scratch.

Any help is really appreciated. Thanks.

johrstrom commented 1 year ago

Do you need help with ansible in general or this role specifically?

To get started all you need is the inventory file that has the host you want to install on. You can run the playbook against the host without any extra variables to install the default OOD. Then after the default installation has taken place, you can start to add extra variables to the command. If that doesn't click right off the bat, then maybe some ansible docs/getting started docs are more in order (I can lookup some if you need).

sivarooney commented 1 year ago

@johrstrom thanks for the reply

I have downloaded the role from galaxy, could you please help with an example playbook for the installation.

johrstrom commented 1 year ago

I've created this repository with minimal files as way to get you started.

https://github.com/johrstrom/ood-ansible-example

Two things you'll need to do to get it running at your site

Hope that helps!

johrstrom commented 1 year ago

@sivarooney is that something you were looking? Is that helpful at all?