mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-21 20:51:27 +00:00
Attempt Lab Rollout
This commit is contained in:
parent
e3b6aa652f
commit
239ae1a025
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user