b4198323 by DevOps

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

1 parent beb98e02
......@@ -11,12 +11,13 @@
vars:
nginx_manage_repo: false
nginx_install_from: os_repository
nginx_selinux: true
#nginx_selinux: true
- name: Configure NGINX
ansible.builtin.include_role:
name: nginx_config
vars:
#nginx_config_selinux: true
nginx_config_http_template_enable: true
nginx_config_http_template:
- 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!