From 139afaa77974860e9d914f07ac0e7cfe97ca3662 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Fri, 26 May 2023 06:30:51 -0400 Subject: cgit: add new role variables --- roles/cgit/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/cgit/README.md') diff --git a/roles/cgit/README.md b/roles/cgit/README.md index 5752229..fb64c34 100644 --- a/roles/cgit/README.md +++ b/roles/cgit/README.md @@ -25,6 +25,8 @@ Variable | Default `cgit_repository_sort` | `name` | Sort repositories by either `name` or `age` `cgit_branch_sort` | `name` | Sort branches by either `name` or `age` `cgit_about_html` | see [default vars](defaults/main.yml) | HTML to include in About page +`cgit_enable_blame` | yes | Enable `git blame` functionality +`cgit_robots` | `index, nofollow` | Value for the `robots` meta tag `cgit_favicon` |   | Path to custom favicon image `cgit_logo` |   | Path to custom logo image (ideally 96x64) `cgit_css` |   | Path to custom CSS file -- cgit