Skip to content

Commit

Permalink
README: document filtering VOs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Jan 17, 2025
1 parent 60eb8b3 commit 77e13eb
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,24 @@ on the UMD role:
- { role: EGI-Foundation.voms-client }
```
## License
### Supporting only a limited numbers of VO
This can be achieved by setting the `supported_vos` variables, as an example,
if one would like to include only support for biomed, dteam and ops:

```yaml
- hosts: servers
vars:
supported_vos:
- biomed
- dteam
- ops
roles:
- { role: EGI-Foundation.umd, release: 5 }
- { role: EGI-Foundation.voms-client }
```

## Licence

Apache-2.0

Expand Down

0 comments on commit 77e13eb

Please sign in to comment.