Basic NGINX access works on port 80
This commit is contained in:
@@ -11,3 +11,10 @@
|
|||||||
- name: Nginx Configured to serve Front-end Application
|
- name: Nginx Configured to serve Front-end Application
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: nginxinc.nginx_core.nginx_config
|
name: nginxinc.nginx_core.nginx_config
|
||||||
|
|
||||||
|
- name: Ensure firewall is open on port 80
|
||||||
|
ansible.posix.firewalld:
|
||||||
|
port: 80/tcp
|
||||||
|
permanent: true
|
||||||
|
immediate: true
|
||||||
|
state: enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user