Explorar el Código

Issue #9: Add nginx repo template.

Jeff Geerling hace 10 años
padre
commit
7e6a17cc4d
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      templates/nginx.repo.j2

+ 5 - 0
templates/nginx.repo.j2

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