From fb17204ce774d6e8233ac7c10c27f69dccf7cb6f Mon Sep 17 00:00:00 2001 From: XaverStiensmeier Date: Wed, 24 Apr 2024 17:43:40 +0200 Subject: [PATCH] added varsFiles and comments --- documentation/markdown/features/configuration.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/markdown/features/configuration.md b/documentation/markdown/features/configuration.md index 1b59ce44..c31227cc 100644 --- a/documentation/markdown/features/configuration.md +++ b/documentation/markdown/features/configuration.md @@ -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)