summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-11-07 22:26:14 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-11-07 22:26:14 +0100
commitf47659cfc51a5b220993e710563ee1ba85d98b43 (patch)
treeb307199723c0b97c2454261deb375db3dca90323
parente581f4f17fbdd2730a322b9951c80760d94f0183 (diff)
downloadplaybooks-ansible-f47659cfc51a5b220993e710563ee1ba85d98b43.tar.gz
playbooks-ansible-f47659cfc51a5b220993e710563ee1ba85d98b43.tar.xz
playbooks-ansible-f47659cfc51a5b220993e710563ee1ba85d98b43.zip
Update development websites in clients role
-rw-r--r--roles/clients/files/apache-casper-site.service2
-rw-r--r--roles/clients/files/apache-cirrus.service2
-rw-r--r--roles/clients/files/apache-jays-site.service2
-rw-r--r--roles/clients/files/mariadb-jays-site.service2
-rw-r--r--roles/clients/files/php-fpm-casper-site.service2
-rw-r--r--roles/clients/files/php-fpm-cirrus.service2
-rw-r--r--roles/clients/files/php-fpm-jays-site.service2
7 files changed, 7 insertions, 7 deletions
diff --git a/roles/clients/files/apache-casper-site.service b/roles/clients/files/apache-casper-site.service
index 016d060..c7cb7b4 100644
--- a/roles/clients/files/apache-casper-site.service
+++ b/roles/clients/files/apache-casper-site.service
@@ -11,7 +11,7 @@ ExecStart=/usr/bin/docker run -i -p 127.0.0.1:8101:80 \
-v /contener/%p/etc/pki/tls/certs:/etc/pki/tls/certs:Z \
-v /contener/%p/var/log/httpd:/var/log/httpd:Z \
-v /contener/php-fpm-casper-site/run/php-fpm:/run/php-fpm:z \
- apache-single:2.4.27-1
+ apache-single:2.4.34-1
ExecReload=/usr/bin/kill -HUP $MAINPID
KillSignal=SIGINT
diff --git a/roles/clients/files/apache-cirrus.service b/roles/clients/files/apache-cirrus.service
index 7c1b6ce..db63f15 100644
--- a/roles/clients/files/apache-cirrus.service
+++ b/roles/clients/files/apache-cirrus.service
@@ -11,7 +11,7 @@ ExecStart=/usr/bin/docker run -i -p 127.0.0.1:8102:80 \
-v /contener/%p/etc/pki/tls/certs:/etc/pki/tls/certs:Z \
-v /contener/%p/var/log/httpd:/var/log/httpd:Z \
-v /contener/php-fpm-cirrus/run/php-fpm:/run/php-fpm:z \
- apache-single:2.4.27-1
+ apache-single:2.4.34-1
ExecReload=/usr/bin/kill -HUP $MAINPID
KillSignal=SIGINT
diff --git a/roles/clients/files/apache-jays-site.service b/roles/clients/files/apache-jays-site.service
index 444ce3f..4aeea11 100644
--- a/roles/clients/files/apache-jays-site.service
+++ b/roles/clients/files/apache-jays-site.service
@@ -11,7 +11,7 @@ ExecStart=/usr/bin/docker run -i -p 127.0.0.1:8103:443 \
-v /contener/%p/etc/pki/tls/certs:/etc/pki/tls/certs:Z \
-v /contener/%p/var/log/httpd:/var/log/httpd:Z \
-v /contener/php-fpm-jays-site/run/php-fpm:/run/php-fpm:z \
- apache-single:2.4.27-1
+ apache-single:2.4.34-1
ExecReload=/usr/bin/kill -HUP $MAINPID
KillSignal=SIGINT
diff --git a/roles/clients/files/mariadb-jays-site.service b/roles/clients/files/mariadb-jays-site.service
index 623873e..f941435 100644
--- a/roles/clients/files/mariadb-jays-site.service
+++ b/roles/clients/files/mariadb-jays-site.service
@@ -14,7 +14,7 @@ ExecStart=/usr/bin/docker run -i \
-v /contener/%p/etc/my.cnf.d:/etc/my.cnf.d:Z \
-v /contener/%p/var/log/mariadb:/var/log/mariadb:Z \
-v /contener/%p/run/mariadb:/run/mariadb:z \
- mariadb:10.1.26-1
+ mariadb:10.1.26-3
ExecReload=/usr/bin/kill -HUP $MAINPID
KillSignal=SIGINT
diff --git a/roles/clients/files/php-fpm-casper-site.service b/roles/clients/files/php-fpm-casper-site.service
index c91bec2..fdda641 100644
--- a/roles/clients/files/php-fpm-casper-site.service
+++ b/roles/clients/files/php-fpm-casper-site.service
@@ -10,7 +10,7 @@ ExecStart=/usr/bin/docker run -i --dns 208.67.222.222 \
-v /contener/%p/var/log/php-fpm:/var/log/php-fpm:Z \
-v /contener/apache-casper-site/var/www/html:/var/www/html:z \
-v /contener/mariadb-casper-site/run/mariadb:/run/mariadb:z \
- php-fpm:5.6.30-3
+ php-fpm:5.6.33-1
ExecReload=/usr/bin/kill -USR2 $MAINPID
KillSignal=SIGINT
diff --git a/roles/clients/files/php-fpm-cirrus.service b/roles/clients/files/php-fpm-cirrus.service
index 9796ad2..270c1a4 100644
--- a/roles/clients/files/php-fpm-cirrus.service
+++ b/roles/clients/files/php-fpm-cirrus.service
@@ -10,7 +10,7 @@ ExecStart=/usr/bin/docker run -i --dns 208.67.222.222 \
-v /contener/%p/var/log/php-fpm:/var/log/php-fpm:Z \
-v /contener/apache-cirrus/var/www/html:/var/www/html:z \
-v /contener/mariadb-cirrus/run/mariadb:/run/mariadb:z \
- php-fpm:7.2.9-3
+ php-fpm:7.2.12-1
ExecReload=/usr/bin/kill -USR2 $MAINPID
KillSignal=SIGINT
diff --git a/roles/clients/files/php-fpm-jays-site.service b/roles/clients/files/php-fpm-jays-site.service
index 3d5d1ee..8bc0d08 100644
--- a/roles/clients/files/php-fpm-jays-site.service
+++ b/roles/clients/files/php-fpm-jays-site.service
@@ -10,7 +10,7 @@ ExecStart=/usr/bin/docker run -i --dns 208.67.222.222 \
-v /contener/%p/var/log/php-fpm:/var/log/php-fpm:Z \
-v /contener/apache-jays-site/var/www/html:/var/www/html:z \
-v /contener/mariadb-jays-site/run/mariadb:/run/mariadb:z \
- php-fpm:5.6.30-3
+ php-fpm:5.6.33-1
ExecReload=/usr/bin/kill -USR2 $MAINPID
KillSignal=SIGINT