Ansible nginx role using ansible-galaxy

This commit is contained in:
2019-08-15 07:27:57 +00:00
parent eeafed8f36
commit c42ffc0edc
16 changed files with 319 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
# tasks file for /etc/ansible/roles/nginx
- import_tasks: install.yml
- import_tasks: configure.yml
- import_tasks: service.yml