Skip to content

Commit

Permalink
polished userRoles documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Apr 24, 2024
1 parent 8b7d185 commit 53a574d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
#nfsShares: /vol/spool/ is automatically created as a nfs
# - [nfsShare one]

# userRoles:
# userRoles: # see ansible_hosts for all options
# - hosts:
# - "master"
# roles:
# - name: "resistance_nextflow" # roles in
# roles: # roles placed in resources/playbook/roles_user
# - name: "resistance_nextflow"
# varsFiles: # (optional)
# - [...]

## Uncomment if you don't want assign a public ip to the master; for internal cluster (Tuebingen).
#useMasterWithPublicIp: False # defaults True if False no public-ip (floating-ip) will be allocated
Expand Down
4 changes: 2 additions & 2 deletions documentation/markdown/features/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ NFS (Network File System) is a stable and well-functioning network protocol for
userRoles: # see ansible_hosts for all options
- hosts:
- "master"
roles:
- name: "resistance_nextflow" # role placed in resources/playbook/roles_user
roles: # roles placed in resources/playbook/roles_user
- name: "resistance_nextflow"
# varsFiles: # (optional)
# - file1
```
Expand Down

0 comments on commit 53a574d

Please sign in to comment.