From 59e14e5da4a8ffa0dabdeea9f964df944af18115 Mon Sep 17 00:00:00 2001 From: Francis Kayiwa Date: Mon, 7 Oct 2024 16:53:34 -0400 Subject: [PATCH] add new variables --- roles/gitlab/README.md | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/roles/gitlab/README.md b/roles/gitlab/README.md index d2a17cda3..10600a15f 100644 --- a/roles/gitlab/README.md +++ b/roles/gitlab/README.md @@ -9,28 +9,13 @@ Requirements Role Variables -------------- -`gitlab_loadbalancer_domain_name: "github-http-name.princeton.edu` +```bash +gitlab_trusted_proxies: "'172.20.80.13', '172.20.80.14', '172.20.80.19'" +gitlab_loadbalancer_domain_name: "git-env.lib.princeton.edu" +``` -Dependencies ------------- - -A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles. - -Example Playbook ----------------- - -Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: - - - hosts: servers - roles: - - { role: username.rolename, x: 42 } - -License -------- BSD -Author Information ------------------- An optional section for the role authors to include contact information, or a website (HTML is not allowed).