From f104dd0bd0b4c572925046bed996f633f1361984 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sat, 2 Jan 2021 18:25:19 +0100 Subject: [PATCH] Write something into the README file. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bd2746..ccc1ebd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Role Name ========= -A role that +A role that installs a static webpage, optionally redirecting to one or more services. Role Variables -------------- @@ -9,8 +9,10 @@ Role Variables The most important variables are listed below: ``` yaml -users_system_users: - - { login: 'foo', name: "Foo Bar", home: '{{ users_home_dir }}', createhome: 'yes', ssh_key: '{{ foo_ssh_key }}', shell: '/bin/bash', admin: False, log_as_root: False } +web_document_root: '/var/www//html' +web_page_title: "D4Science Service" +#d4science_running_services: [] +# - { url: 'service', desc: 'service description' } ``` Dependencies