Skip to content
Snippets Groups Projects
Commit 1575b3ee authored by ynerant's avatar ynerant Committed by ynerant
Browse files

[nginx] Add nginx playbook


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 44cf074a
No related branches found
No related tags found
1 merge request!165Nginx
#!/usr/bin/env ansible-playbook
---
- hosts: nginx
vars:
nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}'
roles:
- nginx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment