Custom Ansible collections for infrastructure automation and system management.
- nixknight.docker - Docker container deployment and management
- nixknight.general - General Linux system configuration
- nixknight.opentofu - OpenTofu/Terraform infrastructure management
Install individual collections from GitHub:
# Docker collection
ansible-galaxy collection install git+https://github.com/NIXKnight/Ansible-Collections.git#/collections/nixknight/docker,docker-0.1.4
# General collection
ansible-galaxy collection install git+https://github.com/NIXKnight/Ansible-Collections.git#/collections/nixknight/general,general-0.1.0
# OpenTofu collection
ansible-galaxy collection install git+https://github.com/NIXKnight/Ansible-Collections.git#/collections/nixknight/opentofu,opentofu-0.1.2
This collection is licensed under MIT License (See the LICENSE file).