Ansible/nginx.yml

10 lines
130 B
YAML
Raw Permalink Normal View History

2020-09-10 18:38:19 +02:00
---
- name: Update Nginx configuration
hosts: all
become: yes
become_user: root
become_method: sudo
roles:
- nginx