Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Cornelius <pcornelius@redhat.com>2016-05-12 12:25:36 +0300
committerPhil Cornelius <pcornelius@redhat.com>2016-05-12 12:25:36 +0300
commitf77709ba9110fed33814c18ebcf8dad0a1c95e05 (patch)
treeef153e92139c8a758fe00ceb0561f0d589183f52 /wordpress-nginx_rhel7
parentf72887ab1b762363c89392fb56c4d6569c5893c9 (diff)
Added remi yum repo to provide php-fpm to rhel7
Diffstat (limited to 'wordpress-nginx_rhel7')
-rw-r--r--wordpress-nginx_rhel7/roles/common/files/RPM-GPG-KEY-remi24
-rw-r--r--wordpress-nginx_rhel7/roles/common/files/remi.repo67
-rw-r--r--wordpress-nginx_rhel7/roles/common/tasks/main.yml8
3 files changed, 98 insertions, 1 deletions
diff --git a/wordpress-nginx_rhel7/roles/common/files/RPM-GPG-KEY-remi b/wordpress-nginx_rhel7/roles/common/files/RPM-GPG-KEY-remi
new file mode 100644
index 0000000..3283386
--- /dev/null
+++ b/wordpress-nginx_rhel7/roles/common/files/RPM-GPG-KEY-remi
@@ -0,0 +1,24 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.7 (GNU/Linux)
+
+mQGiBEJny1wRBACRnbQgZ6qLmJSuGvi/EwrRL6aW610BbdpLQRL3dnwy5wI5t9T3
+/JEiEJ7GTvAwfiisEHifMfk2sRlWRf2EDQFttHyrrYXfY5L6UAF2IxixK5FL7PWA
+/2a7tkw1IbCbt4IGG0aZJ6/xgQejrOLi4ewniqWuXCc+tLuWBZrGpE2QfwCggZ+L
+0e6KPTHMP97T4xV81e3Ba5MD/3NwOQh0pVvZlW66Em8IJnBgM+eQh7pl4xq7nVOh
+dEMJwVU0wDRKkXqQVghOxALOSAMapj5mDppEDzGLZHZNSRcvGEs2iPwo9vmY+Qhp
+AyEBzE4blNR8pwPtAwL0W3cBKUx7ZhqmHr2FbNGYNO/hP4tO2ochCn5CxSwAfN1B
+Qs5pBACOkTZMNC7CLsSUT5P4+64t04x/STlAFczEBcJBLF1T16oItDITJmAsPxbY
+iee6JRfXmZKqmDP04fRdboWMcRjfDfCciSdIeGqP7vMcO25bDZB6x6++fOcmQpyD
+1Fag3ZUq2yojgXWqVrgFHs/HB3QE7UQkykNp1fjQGbKK+5mWTrQkUmVtaSBDb2xs
+ZXQgPFJQTVNARmFtaWxsZUNvbGxldC5jb20+iGAEExECACAFAkZ+MYoCGwMGCwkI
+BwMCBBUCCAMEFgIDAQIeAQIXgAAKCRAATm9HAPl/Vv/UAJ9EL8ioMTsz/2EPbNuQ
+MP5Xx/qPLACeK5rk2hb8VFubnEsbVxnxfxatGZ25AQ0EQmfLXRAEANwGvY+mIZzj
+C1L5Nm2LbSGZNTN3NMbPFoqlMfmym8XFDXbdqjAHutGYEZH/PxRI6GC8YW5YK4E0
+HoBAH0b0F97JQEkKquahCakj0P5mGuH6Q8gDOfi6pHimnsSAGf+D+6ZwAn8bHnAa
+o+HVmEITYi6s+Csrs+saYUcjhu9zhyBfAAMFA/9Rmfj9/URdHfD1u0RXuvFCaeOw
+CYfH2/nvkx+bAcSIcbVm+tShA66ybdZ/gNnkFQKyGD9O8unSXqiELGcP8pcHTHsv
+JzdD1k8DhdFNhux/WPRwbo/es6QcpIPa2JPjBCzfOTn9GXVdT4pn5tLG2gHayudK
+8Sj1OI2vqGLMQzhxw4hJBBgRAgAJBQJCZ8tdAhsMAAoJEABOb0cA+X9WcSAAn11i
+gC5ns/82kSprzBOU0BNwUeXZAJ0cvNmY7rvbyiJydyLsSxh/la6HKw==
+=6Rbg
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/wordpress-nginx_rhel7/roles/common/files/remi.repo b/wordpress-nginx_rhel7/roles/common/files/remi.repo
new file mode 100644
index 0000000..aaae795
--- /dev/null
+++ b/wordpress-nginx_rhel7/roles/common/files/remi.repo
@@ -0,0 +1,67 @@
+# Repository: http://rpms.remirepo.net/
+# Blog: http://blog.remirepo.net/
+# Forum: http://forum.remirepo.net/
+
+[remi]
+name=Remi's RPM repository for Enterprise Linux 7 - $basearch
+baseurl=http://rpms.remirepo.net/enterprise/7/remi/$basearch/
+mirrorlist=http://rpms.remirepo.net/enterprise/7/remi/mirror
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+
+[remi-php55]
+name=Remi's PHP 5.5 RPM repository for Enterprise Linux 7 - $basearch
+#baseurl=http://rpms.remirepo.net/enterprise/7/php55/$basearch/
+mirrorlist=http://rpms.remirepo.net/enterprise/7/php55/mirror
+# NOTICE: common dependencies are in "remi-safe"
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+
+[remi-php56]
+name=Remi's PHP 5.6 RPM repository for Enterprise Linux 7 - $basearch
+#baseurl=http://rpms.remirepo.net/enterprise/7/php56/$basearch/
+mirrorlist=http://rpms.remirepo.net/enterprise/7/php56/mirror
+# NOTICE: common dependencies are in "remi-safe"
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+
+[remi-test]
+name=Remi's test RPM repository for Enterprise Linux 7 - $basearch
+#baseurl=http://rpms.remirepo.net/enterprise/7/test/$basearch/
+mirrorlist=http://rpms.remirepo.net/enterprise/7/test/mirror
+# WARNING: If you enable this repository, you must also enable "remi"
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+
+[remi-debuginfo]
+name=Remi's RPM repository for Enterprise Linux 7 - $basearch - debuginfo
+baseurl=http://rpms.remirepo.net/enterprise/7/debug-remi/$basearch/
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+
+[remi-php55-debuginfo]
+name=Remi's PHP 5.5 RPM repository for Enterprise Linux 7 - $basearch - debuginfo
+baseurl=http://rpms.remirepo.net/enterprise/7/debug-php55/$basearch/
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+
+[remi-php56-debuginfo]
+name=Remi's PHP 5.6 RPM repository for Enterprise Linux 7 - $basearch - debuginfo
+baseurl=http://rpms.remirepo.net/enterprise/7/debug-php56/$basearch/
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+
+[remi-test-debuginfo]
+name=Remi's test RPM repository for Enterprise Linux 7 - $basearch - debuginfo
+baseurl=http://rpms.remirepo.net/enterprise/7/debug-test/$basearch/
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+
diff --git a/wordpress-nginx_rhel7/roles/common/tasks/main.yml b/wordpress-nginx_rhel7/roles/common/tasks/main.yml
index 6c5f9d3..89215ab 100644
--- a/wordpress-nginx_rhel7/roles/common/tasks/main.yml
+++ b/wordpress-nginx_rhel7/roles/common/tasks/main.yml
@@ -5,8 +5,14 @@
- name: Copy the EPEL repository definition
copy: src=epel.repo dest=/etc/yum.repos.d/
+- name: Copy the REMI repository definition
+ copy: src=remi.repo dest=/etc/yum.repos.d/
+
- name: Create the GPG key for NGINX
copy: src=RPM-GPG-KEY-NGINX dest=/etc/pki/rpm-gpg
- name: Create the GPG key for EPEL
- copy: src=RPM-GPG-KEY-EPEL-7 dest=/etc/pki/rpm-gpg \ No newline at end of file
+ copy: src=RPM-GPG-KEY-EPEL-7 dest=/etc/pki/rpm-gpg
+
+- name: Create the GPG key for REMI
+ copy: src=RPM-GPG-KEY-remi dest=/etc/pki/rpm-gpg