Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_support/terraform/roles/gitlab/tasks/main.yml')
-rw-r--r--_support/terraform/roles/gitlab/tasks/main.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/_support/terraform/roles/gitlab/tasks/main.yml b/_support/terraform/roles/gitlab/tasks/main.yml
new file mode 100644
index 000000000..6dce64975
--- /dev/null
+++ b/_support/terraform/roles/gitlab/tasks/main.yml
@@ -0,0 +1,15 @@
+- name: /etc/gitlab/gitlab.rb
+ template:
+ src: gitlab-gitlab.rb.j2
+ dest: /etc/gitlab/gitlab.rb
+ notify:
+ - gitlab-ctl reconfigure
+ - gitlab-ctl restart
+ - wait gitlab
+ - verify gitaly configuration
+ - verify gitlab-shell
+
+- name: Set Grafana password
+ command:
+ cmd: gitlab-ctl set-grafana-password
+ stdin: "{{ grafana_password }}\n{{ grafana_password }}\n"