Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xlab-steampunk/steampunk.unit

Ansible Collection for managing NGINX Unit
https://github.com/xlab-steampunk/steampunk.unit

ansible ansible-collection nginx nginx-unit

Last synced: 3 days ago
JSON representation

Ansible Collection for managing NGINX Unit

Awesome Lists containing this project

README

        

# 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][usage] for more details.

[usage]:
https://docs.ansible.com/ansible/latest/user_guide/collections_using.html
(Guides on using Ansible collections)

## Licensing

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