10 lines
239 B
YAML
10 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
|