Update README and Ansible Galaxy Metadata

This commit is contained in:
Alessandro Fael Garcia 2018-07-11 18:02:42 -07:00
parent 792409981e
commit 9f4e54b435
2 changed files with 10 additions and 4 deletions

View File

@ -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`.

View File

@ -34,5 +34,8 @@ galaxy_info:
- plus - plus
- web - web
- server - server
- unit
- development
- web
dependencies: [] dependencies: []