Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 633 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 633 Bytes

gitlab-cookbook

Super simple cookbook to deploy Gitlab.

Supported Platforms

Ubuntu

Attributes

Key Type Description Default
['gitlab']['bacon'] Boolean whether to include bacon true

Usage

gitlab::default

Include gitlab in your node's run_list:

{
  "run_list": [
    "recipe[gitlab::default]"
  ]
}

License and Authors

Author:: Jürgen Brüder ([email protected]) Author:: Edmund Haselwanter ([email protected])