klips/ansible/nginx.yml

7 lines
61 B
YAML
Raw Normal View History

---
- hosts: nginx
become: yes
roles:
- nginx
- core