b4198323 by DevOps

Do not config Selinux, as the roles are not working as expected

1 parent beb98e02
...@@ -11,12 +11,13 @@ ...@@ -11,12 +11,13 @@
11 vars: 11 vars:
12 nginx_manage_repo: false 12 nginx_manage_repo: false
13 nginx_install_from: os_repository 13 nginx_install_from: os_repository
14 nginx_selinux: true 14 #nginx_selinux: true
15 15
16 - name: Configure NGINX 16 - name: Configure NGINX
17 ansible.builtin.include_role: 17 ansible.builtin.include_role:
18 name: nginx_config 18 name: nginx_config
19 vars: 19 vars:
20 #nginx_config_selinux: true
20 nginx_config_http_template_enable: true 21 nginx_config_http_template_enable: true
21 nginx_config_http_template: 22 nginx_config_http_template:
22 - template_file: http/default.conf.j2 23 - template_file: http/default.conf.j2
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!