forked from CCCHH/ansible-infra
Add Public-Reverse-Proxy
This commit is contained in:
parent
3031cc3ec9
commit
f44e3f28b0
4 changed files with 61 additions and 0 deletions
6
playbooks/deploy_public_reverse_proxy.yaml
Normal file
6
playbooks/deploy_public_reverse_proxy.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Deploy the Public-Reverse-Proxy
|
||||
hosts: public-reverse-proxy
|
||||
become: true
|
||||
roles:
|
||||
- nginx
|
||||
Loading…
Add table
Add a link
Reference in a new issue