Attempt Lab Rollout

This commit is contained in:
nazunalika 2020-12-18 00:43:21 -07:00
parent e3b6aa652f
commit 239ae1a025
1 changed files with 7 additions and 0 deletions

View File

@ -79,6 +79,13 @@
- http
- 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
service:
name: nginx