]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
redis on stage-www-publicispixelpark-de.pixelpark.com
authorsascha.strassheim <sascha.strassheim@pixelpark.com>
Fri, 13 Apr 2018 09:40:05 +0000 (11:40 +0200)
committersascha.strassheim <sascha.strassheim@pixelpark.com>
Fri, 13 Apr 2018 09:40:05 +0000 (11:40 +0200)
customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml

index ea548dab3c9a13d6a8e2f859cc1d41d635c6368b..8409a57341936c4fddf2d243f0a54ef668699f3f 100644 (file)
@@ -4,6 +4,7 @@ infra::additional_classes:
   - infra::profile::typo3
   - infra::profile::mysql_server
   - infra::profile::postfix
+  - redis  
   - infra::profile::cron
 
 # user
@@ -34,6 +35,11 @@ postfix::myorigin: 'pixelpark.com'
 infra::additional_packages:
   ImageMagick: {}
 
+redis::bind: 0.0.0.0
+redis::manage_repo: true
+redis::timeout: 30
+redis::maxmemory: 3gb
+
 # php packages
 repo::remi_php71: true
 
@@ -80,10 +86,11 @@ mysql::server::backup::backuppassword: ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWY
 
 mysql::server::backup::backupdir: /var/lib/backup/mysql
 
+# typo3 scheduler cron
 infra::profile::cron::cronjobs:
   vbb-import:
     command: '/bin/php /var/www/pubpix/web/typo3/sysext/core/bin/typo3 scheduler:run'
-    minute: '15'
+    minute: '*/15'
     hour: '*'
     date: '*'
     month: '*'
@@ -94,7 +101,6 @@ infra::profile::cron::cronjobs:
       - 'PATH="/usr/bin:/bin"'
     description: 'typo3 scheduler'
 
-
 # basic auth apache - check
 infra::profile::apache::htdigest:
   server: