-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix empty files fix emtpy default files for ansible 2.9.X by hiding them. Also update the README for details around what's the defaults/main directory. * update changelog for 203
- Loading branch information
Showing
4 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,17 @@ to when configuring or options during building from source or installation. | |
Check these files for variables you can override. Save all these overrides to a file that | ||
you can then call with `[email protected]` | ||
|
||
All the default files are grouped by what they apply to. Some files are for documentation purposes | ||
and only have comments. They're hidden for ansible 2.9.X compatability and | ||
[this error loading empty files](https://github.com/OSC/ood-ansible/issues/121). | ||
|
||
* `.apps.yml` - configurations for installing apps (hidden because it's emtpy). | ||
* `build.yml` - configurations for building OnDemand from the source. | ||
* `install.yml` - configurations for installing OnDemand. | ||
* `nginx_stage.yml` - configurations that apply to `/etc/ood/config/nginx_stage.yml` | ||
* `.ondemand.yml` - configurations that apply to `/etc/ood/config/ondemand.d/ondemand.yml` (hidden because it's empty). | ||
* `ood_portal.yml` - configurations that apply to `/etc/ood/config/ood_portal.yml` | ||
|
||
### Using this role to manage cluster and apps | ||
|
||
There are a few variables in this role that enable Open OnDemand customizations | ||
|
File renamed without changes.
File renamed without changes.