mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
11 lines
244 B
YAML
11 lines
244 B
YAML
---
|
|
|
|
- name: Install distro-specific prerequisites
|
|
include_tasks: "{{ ansible_distribution|lower }}.yml"
|
|
|
|
- name: Create nginx configuration
|
|
template:
|
|
src: proxy.conf.j2
|
|
dest: /etc/nginx/default.d/proxy.conf
|
|
notify: Restart nginx
|