-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:ls1intum/artemis-ansible-collection
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Role Name | ||
========= | ||
|
||
This role installes GitLab inside a Docker container for the use with artemis. | ||
|
||
Role Variables | ||
-------------- | ||
|
||
Default variables can be found in the `defaults/main.yml` file. | ||
|
||
You have to configure the following variables for this role: | ||
|
||
``` | ||
gitlab_external_url: # External hostname under which GitLab will be accessible, including http(s) | ||
gitlab_root_password: # The initial root password for the GitLab instance | ||
``` | ||
|
||
|
||
An example playbook can be found in the `examples` folder. | ||
|
||
A reverse proxy for GitLab should be installed for handling certificates, e.g. using the `ls1intum.artemis.proxy` role. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Role Name | ||
========= | ||
|
||
This role installes Jenkins inside a Docker container for the use with artemis. | ||
|
||
Role Variables | ||
-------------- | ||
|
||
Default variables can be found in the `defaults/main.yml` file. | ||
|
||
The initial password will be printed by the role. | ||
|
||
|
||
An example playbook can be found in the `examples` folder. | ||
|
||
A reverse proxy for Jenkins should be installed for handling certificates, e.g. using the `ls1intum.artemis.proxy` role. |