OSC / ood-ansible

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

Break up defaults #104

Closed johrstrom closed 3 years ago

johrstrom commented 3 years ago

Instead of having 1 giant defaults/main.yml file, we should instead have several for convenience and easier lookup.

So I'm suggesting a structure kind of like this, where every file cooresponds to either a file you're templating (like ood_portal.yml) or a logical thing like installing apps (apps.yml)

defaults/main/
    ood_portal.yml
    nginx_stage.yml
    apps.yml
    ondemand.yml
    install.yml
johrstrom commented 3 years ago

This was fixed in #106