Skip to content

Commit e731143

Browse files
committed
synthetic changes to README
1 parent 9485388 commit e731143

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
# Gitlab Omnibus setup terraform module
2-
This terraform module create the entire infrastructure on AWS needed for setting up single instance Gitlab Omnibus.
3-
AWS hosted offerings for Postgres(RDS) and Redis(Elasticache) are used in this setup.
2+
3+
This terraform module create the entire infrastructure on AWS needed for setting up single instance Gitlab Omnibus. AWS hosted offerings for Postgres(RDS) and Redis(Elasticache) are used in this setup.
4+
45
Along with that, the module takes care of setting up the following infrastructure components:
5-
- Classic load balancer with HTTPS and SSH connection support
6-
- Gitlab subdomain creation using Route53 and automatic certificate generation using ACM. _(Hosted zone is needed to be on Route53)._
7-
- Backup upload to Amazon S3
8-
- Support for Amazon SES as the SMTP service for Gitlab along with domain identity verification. _(Hosted zone should be on Route53)_
6+
7+
- Classic load balancer with HTTPS and SSH connection support
8+
- Gitlab subdomain creation using Route53 and automatic certificate generation using ACM. _(Hosted zone is needed to be on Route53)._
9+
- Backup upload to Amazon S3
10+
- Support for Amazon SES as the SMTP service for Gitlab along with domain identity verification. _(Hosted zone should be on Route53)_
911

1012
Ansible playbook is used for configuring the _gitlab.rb_ file. Any change in gitlab config is detected at the time of _terraform apply_
1113
and config changes are applied. Any additional configuration can be added to **./gitlab_config/gitlab_additional.rb** file and
1214
the same will be applied to _gitlab.rb_ on _terraform apply._
1315

14-
1516
## Usage
17+
1618
```hcl
1719
module "gitlab" {
1820
source = "infraspecdev/gitlab/aws"
@@ -39,8 +41,10 @@ module "gitlab" {
3941
create_ses_identity = true
4042
}
4143
```
44+
4245
## Examples
43-
[complete-gitlab-setup](examples/complete-gitlab-setup)
46+
47+
[Example](examples/complete-gitlab-setup)
4448

4549
<!-- BEGIN_TF_DOCS -->
4650
## Requirements

0 commit comments

Comments
 (0)