Attempt Lab Rollout

This commit is contained in:
nazunalika 2020-12-18 00:43:21 -07:00
parent e3b6aa652f
commit 239ae1a025

View File

@ -79,6 +79,13 @@
- http - http
- https - https
- name: Add nginx user to git groups
user:
name: nginx
shell: /sbin/nologin
groups: gitlab-www,git
append: yes
- name: Enable and Start nginx - name: Enable and Start nginx
service: service:
name: nginx name: nginx