Typo correction
This commit is contained in:
parent
aa4fcd34bd
commit
e13606c8df
22
README.md
22
README.md
@ -313,17 +313,23 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- nginxinc.nginx
|
- ansible-role-nginx
|
||||||
vars:
|
vars:
|
||||||
nginx_http_template_enable: true
|
nginx_http_template_enable: true
|
||||||
nginx_http_template:
|
nginx_http_template:
|
||||||
web_server:
|
default:
|
||||||
locations:
|
template_file: http/default.conf.j2
|
||||||
default:
|
conf_file_name: default.conf
|
||||||
location: /
|
conf_file_location: /etc/nginx/conf.d/
|
||||||
html_file_location: /usr/share/nginx/html
|
port: 80
|
||||||
html_file_name: index.html
|
server_name: localhost
|
||||||
|
error_page: /usr/share/nginx/html
|
||||||
|
web_server:
|
||||||
|
locations:
|
||||||
|
default:
|
||||||
|
location: /
|
||||||
|
html_file_location: /usr/share/nginx/html
|
||||||
|
html_file_name: index.html
|
||||||
```
|
```
|
||||||
|
|
||||||
This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a localhost and installing the open source version of NGINX as a reverse proxy.
|
This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a localhost and installing the open source version of NGINX as a reverse proxy.
|
||||||
|
Loading…
Reference in New Issue
Block a user