Everything within this repository is subject to possibly heavy change and I cannot guarantee any stability at this point. You have been warned!
If you need help, take a look at the issues and create one, if you cannot find a solution to your problem. I will try help to the best of my abilities.
| Name | Description | Tests |
|---|---|---|
| thorian93.web.webserver | Detects webserver in use and provides variables. |
Please refer to the official Ansible documentation on how to install this collection. The most basic way is this:
ansible-galaxy collection install thorian93.web
You can either call roles by their Fully Qualified Collection Namespace (FQCN),
such as thorian93.web.webserver, or you can call modules by their short name
if you list the thorian93.web collection in the playbook's collections keyword:
---
- hosts: all
collections:
- thorian93.web
tasks:
- name: "Run webserver role."
ansible.builtin.include_role:
name: webserverI welcome and appreciate contributions to this collection. If you find problems, please open an issue or create a PR against the thorian93.web collection repository. See Contributing to Ansible-maintained collections for more details on how to contribute.
See CHANGELOG.rst.
- Ansible Collection overview
- Ansible User guide
- Ansible Developer guide
- Ansible Community code of conduct
See LICENSE.