mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add monit and a few utility scripts
This commit is contained in:
parent
b09ac86a62
commit
830f6a5609
12 changed files with 537 additions and 14 deletions
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
- name: Copy gitlab config
|
||||
- name: Copy docker-compose.yml
|
||||
copy: src=gitlab dest={{docker_compose_files_folder}}
|
||||
- name: Create gitlab config folder
|
||||
file: dest={{docker_compose_files_folder}}/gitlab/config state=directory
|
||||
- name: Create gitlab config
|
||||
template: src=gitlab/config/gitlab.rb dest={{docker_compose_files_folder}}/gitlab/config/gitlab.rb
|
||||
- name: Start gitlab docker project
|
||||
|
|
|
|||
|
|
@ -1227,8 +1227,8 @@ nginx['proxy_set_headers'] = {
|
|||
##! Docs: https://docs.gitlab.com/ce/administration/monitoring/prometheus/
|
||||
################################################################################
|
||||
|
||||
# prometheus['enable'] = true
|
||||
# prometheus['monitor_kubernetes'] = true
|
||||
prometheus['enable'] = false
|
||||
prometheus['monitor_kubernetes'] = false
|
||||
# prometheus['username'] = 'gitlab-prometheus'
|
||||
# prometheus['uid'] = nil
|
||||
# prometheus['gid'] = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue