Issue #9: Add nginx repo template.

This commit is contained in:
Jeff Geerling 2015-01-23 11:08:05 -06:00
parent df35be0665
commit 7e6a17cc4d

5
templates/nginx.repo.j2 Normal file
View File

@ -0,0 +1,5 @@
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/{{ ansible_distribution_major_version }}/$basearch/
gpgcheck=0
enabled=1