Update README and Ansible Galaxy Metadata
This commit is contained in:
parent
792409981e
commit
9f4e54b435
11
README.md
11
README.md
@ -223,7 +223,7 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a
|
|||||||
roles:
|
roles:
|
||||||
- role: nginxinc.nginx
|
- role: nginxinc.nginx
|
||||||
vars:
|
vars:
|
||||||
- type: plus
|
type: plus
|
||||||
|
|
||||||
This is a sample playbook file for deploying the Ansible Galaxy NGINX role to a dynamic inventory containing the `nginx` tag.
|
This is a sample playbook file for deploying the Ansible Galaxy NGINX role to a dynamic inventory containing the `nginx` tag.
|
||||||
|
|
||||||
@ -233,7 +233,7 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role to a
|
|||||||
roles:
|
roles:
|
||||||
- role: nginxinc.nginx
|
- role: nginxinc.nginx
|
||||||
|
|
||||||
This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a localhost to install NGINX Unit and all NGINX Unit language packages.
|
This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a localhost to install NGINX Unit and the PHP/Perl NGINX Unit language modules.
|
||||||
|
|
||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
@ -241,8 +241,11 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a
|
|||||||
roles:
|
roles:
|
||||||
- role: nginxinc.nginx
|
- role: nginxinc.nginx
|
||||||
vars:
|
vars:
|
||||||
- unit_enable: true
|
nginx_enable: false
|
||||||
- unit_packages: true
|
unit_enable: true
|
||||||
|
unit_packages:
|
||||||
|
- unit-php
|
||||||
|
- unit-perl
|
||||||
|
|
||||||
To run any of the above sample playbooks create a `setup-nginx.yml` file and paste the contents. Executing the Ansible Playbook is then as simple as executing `ansible-playbook setup-nginx.yml`.
|
To run any of the above sample playbooks create a `setup-nginx.yml` file and paste the contents. Executing the Ansible Playbook is then as simple as executing `ansible-playbook setup-nginx.yml`.
|
||||||
|
|
||||||
|
@ -34,5 +34,8 @@ galaxy_info:
|
|||||||
- plus
|
- plus
|
||||||
- web
|
- web
|
||||||
- server
|
- server
|
||||||
|
- unit
|
||||||
|
- development
|
||||||
|
- web
|
||||||
|
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
Loading…
Reference in New Issue
Block a user