From 0c70ea19a91fa28cc5f97364ce1276ad5ae6f898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 22 Jan 2023 19:51:36 +0100 Subject: feat(roles/cgit): add argument specs --- host_vars/dc0.yml | 12 ++++++++++-- host_vars/stack0-dc1.yml | 1 - 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'host_vars') diff --git a/host_vars/dc0.yml b/host_vars/dc0.yml index f0866ff..2c7461a 100644 --- a/host_vars/dc0.yml +++ b/host_vars/dc0.yml @@ -8,6 +8,14 @@ sshd_listen_port: "{{ ansible_port }}" relayd_connected_hosts: servers acme_connected_hosts: servers +cgit_listen_port: 1235 +cgit_domain_name: git.rgoncalves.se +cgit_favicon_url: "https://{{ __domain_name }}/img/favicon.ico" +cgit_logo_url: "https://{{ __domain_name }}/img/favicon.ico" +cgit_css_url: "https://{{ __domain_name }}/style/cgit.css" +cgit_description: development hub +cgit_readme_url: https://{{ __domain_name }}" + __is_vm: true __ip: @@ -33,6 +41,6 @@ __services: port: 443 - name: git - domain: git.rgoncalves.se + domain: "{{ cgit_domain_name }}" protocol: tcp - port: 1235 + port: "{{ cgit_listen_port }}" diff --git a/host_vars/stack0-dc1.yml b/host_vars/stack0-dc1.yml index be8f1a3..5971323 100644 --- a/host_vars/stack0-dc1.yml +++ b/host_vars/stack0-dc1.yml @@ -1,6 +1,5 @@ --- -cgit_authenticate: true cgit__root_desc: private - development hub __is_vm: true -- cgit v1.2.3