- Pin pre-commit ansible-lint hook to ansible-core==2.17.* (was floating, crashed) - Add pre-commit to requirements.txt - Align .yamllint with ansible-lint (comments-indentation off, octal rules on) - Rewrite inventory placeholders to lint-clean empty-group form Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
416 B
YAML
14 lines
416 B
YAML
---
|
|
# Generated from Terraform outputs: make tf-inventory TF_ENV=production
|
|
# Do not edit by hand — add hosts to terraform/environments/production/main.tf.
|
|
# Exception: the control node is added here manually (see docs/runbooks/new-host.md).
|
|
# Addressing conventions: docs/decisions/007-network.md
|
|
|
|
all:
|
|
children:
|
|
control:
|
|
hosts: {}
|
|
docker_hosts:
|
|
hosts: {}
|
|
proxmox_hosts:
|
|
hosts: {}
|