Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xlab-steampunk/steampunk.unit
- Owner: xlab-steampunk
- License: gpl-3.0
- Created: 2020-09-06T20:21:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T12:25:12.000Z (11 days ago)
- Last Synced: 2024-11-07T13:30:06.272Z (11 days ago)
- Topics: ansible, ansible-collection, nginx, nginx-unit
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.unitSee [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.