railiance-infra/ansible/playbooks/firewall.yaml

10 lines
239 B
YAML
Raw Normal View History

---
# 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