ansible-infra/playbooks/deploy_public_reverse_proxy.yaml
2023-01-08 02:50:23 +01:00

7 lines
110 B
YAML

---
- name: Deploy the Public-Reverse-Proxy
hosts: public-reverse-proxy
become: true
roles:
- nginx