Skip to content

Files

Latest commit

author
Tadej Borovšak
Sep 6, 2020
4862964 · Sep 6, 2020

History

History
31 lines (19 loc) · 884 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 884 Bytes

NGINX Unit Ansible Collection

This repo contains the steampunk.unit Ansible Collection. The collection includes modules and roles for setting up and managing NGINX Unit server.

Using this collection

Before using the steampunk.unit Ansible Collection, you need to install the collection with the ansible-galaxy CLI:

$ ansible-galaxy collection install steampunk.unit

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

---
collections:
  - name: steampunk.unit

See Ansible Using collections for more details.

Licensing

GNU General Public License v3.0 or later. See the LICENSE file to see the full text.