infra/playbooks/alpha/nginx/disable-default.yml

11 lines
168 B
YAML

---
- hosts: alpha
tasks:
- name: Disable Default Nginx Site
become: yes
file:
path: /etc/nginx/sites-enabled/default
state: absent