Files
infra/ansible/proxy.yaml

9 lines
186 B
YAML
Raw Permalink Normal View History

---
2025-05-26 01:10:00 -07:00
- name: Setup host as a reverse proxy
hosts: nigel.local
remote_user: nigel
tasks:
- name: Apply reverse proxy role
ansible.builtin.include_role:
2025-05-26 01:10:00 -07:00
name: proxy