Skip to content

Commit 9f4e54b

Browse files
committed
Update README and Ansible Galaxy Metadata
1 parent 7924099 commit 9f4e54b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a
223223
roles:
224224
- role: nginxinc.nginx
225225
vars:
226-
- type: plus
226+
type: plus
227227

228228
This is a sample playbook file for deploying the Ansible Galaxy NGINX role to a dynamic inventory containing the `nginx` tag.
229229

@@ -233,16 +233,19 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role to a
233233
roles:
234234
- role: nginxinc.nginx
235235

236-
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.
236+
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.
237237

238238
---
239239
- hosts: localhost
240240
become: true
241241
roles:
242242
- role: nginxinc.nginx
243243
vars:
244-
- unit_enable: true
245-
- unit_packages: true
244+
nginx_enable: false
245+
unit_enable: true
246+
unit_packages:
247+
- unit-php
248+
- unit-perl
246249

247250
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`.
248251

meta/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@ galaxy_info:
3434
- plus
3535
- web
3636
- server
37+
- unit
38+
- development
39+
- web
3740

3841
dependencies: []

0 commit comments

Comments
 (0)