Basic NGINX Setup
This commit is contained in:
13
install_nginx.yml
Normal file
13
install_nginx.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Ensure Nginx is installed and configured
|
||||
hosts: bab1.mgmt.toal.ca
|
||||
become: true
|
||||
tasks:
|
||||
|
||||
- name: Nginx Installed
|
||||
ansible.builtin.include_role:
|
||||
name: nginxinc.nginx_core.nginx
|
||||
|
||||
- name: Nginx Configured to serve Front-end Application
|
||||
ansible.builtin.include_role:
|
||||
name: nginxinc.nginx_core.nginx_config
|
||||
Reference in New Issue
Block a user