railiance-infra/ansible/playbooks/firewall.yaml
codex d0e8f9f24e
Some checks are pending
CI Smoke / container-smoke (push) Waiting to run
CI Smoke / host-smoke (push) Successful in 0s
Apply Railiance01 firewall-only converge and close RAIL-HO-WP-0009
Operator-approved playbooks/firewall.yaml --tags firewall removed the
three public 6443 grants. Live UFW now matches ADR-005 (OpenSSH + Nydus).
2026-08-15 17:57:17 +02:00

9 lines
239 B
YAML

---
# Firewall-only converge. Does not load SOPS secrets or other bootstrap roles.
# Usage: make converge-firewall HOST=Railiance01
- hosts: all
become: true
vars_files:
- ../inventory/group_vars/all.yaml
roles:
- role: base