Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ls1intum/artemis-ansible-collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtze committed Mar 17, 2022
2 parents 2fecac1 + eebbb06 commit 5d98951
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
21 changes: 21 additions & 0 deletions roles/gitlab/README.md
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.
16 changes: 16 additions & 0 deletions roles/jenkins/README.md
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.

0 comments on commit 5d98951

Please sign in to comment.