ansible playbook and roles

This commit is contained in:
2022-10-09 14:56:26 +02:00
parent d061dc39f9
commit 15db356544
21 changed files with 614 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- name: restart gitlab
command: docker exec gitlab gitlab-ctl restart
- name: reconfigure gitlab
command: docker exec gitlab gitlab-ctl reconfigure