소스 검색

Issue #9: Add nginx repo template.

Jeff Geerling 10 년 전
부모
커밋
7e6a17cc4d
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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