Skip to content

xlab-steampunk/steampunk.unit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.