ソースを参照

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