Do not config Selinux, as the roles are not working as expected
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment