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.main.common | Manages common system aspects. | |
thorian93.main.upgrade | Manages updates on Linux. |
Please refer to the official Ansible documentation on how to install this collection. The most basic way is this:
ansible-galaxy collection install thorian93.main
You can either call roles by their Fully Qualified Collection Namespace (FQCN),
such as thorian93.main.upgrade
, or you can call modules by their short name
if you list the thorian93.main
collection in the playbook's collections
keyword:
---
- hosts: all
collections:
- thorian93.main
tasks:
- name: "Run upgrade role."
ansible.builtin.include_role:
name: upgrade
I welcome and appreciate contributions to this collection. If you find problems, please open an issue or create a PR against the thorian93.main 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.