Skip to content

Commit

Permalink
added varsFiles and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Apr 24, 2024
1 parent 927cbd7 commit fb17204
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions documentation/markdown/features/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,13 @@ NFS (Network File System) is a stable and well-functioning network protocol for
`userRoles` takes a list of elements containing the keys `hosts`, `roles` and

```yaml
userRoles:
userRoles: # see ansible_hosts for all options
- hosts:
- "master"
- "master"
roles:
- name: "resistance_nextflow"
- name: "resistance_nextflow" # role placed in
# varsFiles: # vars placed in
# - file1
```

#### localFS (optional)
Expand Down

0 comments on commit fb17204

Please sign in to comment.