From 9f4e54b435cc1f6637dddfa9d593f8c6d5d6ea52 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Wed, 11 Jul 2018 18:02:42 -0700 Subject: [PATCH] Update README and Ansible Galaxy Metadata --- README.md | 11 +++++++---- meta/main.yml | 3 +++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 120bd8e..3bd87ab 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a roles: - role: nginxinc.nginx 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. @@ -233,7 +233,7 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role to a roles: - 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 @@ -241,8 +241,11 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a roles: - role: nginxinc.nginx vars: - - unit_enable: true - - unit_packages: true + nginx_enable: false + 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`. diff --git a/meta/main.yml b/meta/main.yml index 13e801a..bdfe027 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -34,5 +34,8 @@ galaxy_info: - plus - web - server + - unit + - development + - web dependencies: []