/
/
/
This repo is destined for my server automations and setup.
1# Core Ansible requirements
2ansible>=8.0.0
3ansible-lint>=6.0.0
4
5# Password hashing for user management
6passlib>=1.7.0
7
8# YAML processing
9PyYAML>=6.0
10
11# Network utilities for Ansible modules
12netaddr>=0.8.0
13
14# JSON processing
15jmespath>=1.0.0
16
17# SSH key management
18cryptography>=3.0.0
19
20# Vault operations
21pycryptodome>=3.15.0
22
23# Testing utilities
24pytest-testinfra>=7.0.0
25yamllint>=1.28.0
26
27# Optional: Enhanced output formatting
28rich>=12.0.0
29