soft-serve: fix comments
This commit is contained in:
parent
9c0edad5b9
commit
a30c09ada1
2 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,9 @@ To enable this service, add the following configuration to your `vars.yml` file
|
|||
########################################################################
|
||||
|
||||
soft_serve_enabled: true
|
||||
soft_serve_hostname: mash.example.com # an URL Soft Serve will advertise
|
||||
# The hostname of this system.
|
||||
# It will be used for generating git clone URLs (e.g. ssh://mash.example.com/repository.git)
|
||||
soft_serve_hostname: mash.example.com
|
||||
soft_serve_container_bind_port: 2222 # Expose Soft Serve's port. For git servers the usual git-over-ssh port is 22
|
||||
soft_serve_initial_admin_key: YOUR PUBLIC SSH KEY HERE
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
- src: git+https://gitlab.com/etke.cc/roles/redmine.git
|
||||
version: v5.0.5-1
|
||||
- src: git+https://gitlab.com/etke.cc/roles/soft_serve.git
|
||||
version: v0.4.6-0
|
||||
version: v0.4.6-1
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-adguard-home.git
|
||||
version: v0.107.26-0
|
||||
name: adguard_home
|
||||
|
|
Loading…
Reference in a new issue