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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue