+++ /dev/null
----
-infra::role: base
-infra::additional_classes:
- - sudo::configs
- - infra::profile::apache
- - apache::mod::proxy_ajp
-
-accounts::params::use_www_tree: false
-
-sudo::configs:
- "FS5-sudo":
- priority: 20
- content: "%fs5 ALL=(ALL) NOPASSWD: /usr/bin/systemctl * fs5.service"
-
-accounts::users:
- dominic.radtke:
- apply: true
- group: "fs5"
- stephan.kopf:
- apply: true
- group: "fs5"
- florian.schade:
- apply: true
- group: "fs5"
- ines.jaehnichen:
- apply: true
- group: "fs5"
- annika.wenzel:
- apply: true
- group: "fs5"
- matthias.otto:
- apply: true
- group: "fs5"
- daniel.spierling:
- apply: true
- group: "fs5"
- ines.jaehnichen:
- apply: true
- group: "fs5"
-
-apache::default_vhost: false
-
-
-infra::profile::apache::vhosts:
- dev-red02-lbs-de:
- docroot: /var/www/html/dev-red-lbs
- servername: dev-red02-lbs-de.pixelpark.net
- port: 80
- ip: 217.66.55.60
- docroot_owner: root
- docroot_group: root
- proxy_preserve_host: On
- proxy_pass:
- - { path: /server-status, url: '!' }
- - { path: /server-info, url: '!' }
- - { path: /, url: 'http://localhost:8000/' }
- dev-red02-lbs-de_ssl:
- docroot: /var/www/html/dev-red-lbs
- servername: dev-red02-lbs-de.pixelpark.net
- port: 443
- ssl: true
- ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem'
- ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.net-key.pem'
- ssl_ca: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem'
- ip: 217.66.55.60
- docroot_owner: root
- docroot_group: root
- proxy_preserve_host: On
- proxy_pass:
- - { path: /server-status, url: '!' }
- - { path: /server-info, url: '!' }
- - { path: /, url: 'http://localhost:8000/' }
-
+++ /dev/null
----
-infra::role: base
-infra::additional_classes:
- - sudo::configs
-infra::additional_packages:
- python-httplib2: {}
-
-accounts::params::use_www_tree: false
-
-sudo::configs:
- "FS5-sudo":
- priority: 20
- content: "%fs5 ALL=(ALL) NOPASSWD: /usr/bin/systemctl * tomcat.service"
-
-accounts::users:
- dominic.radtke:
- apply: true
- group: "tomcat"
- groups:
- - "fs5"
- stephan.kopf:
- apply: true
- group: "tomcat"
- groups:
- - "fs5"
- florian.schade:
- apply: true
- group: "tomcat"
- groups:
- - "fs5"
- ines.jaehnichen:
- apply: true
- group: "tomcat"
- groups:
- - "fs5"
- annika.wenzel:
- apply: true
- group: "fs5"
- matthias.otto:
- apply: true
- group: "tomcat"
- groups:
- - "fs5"
- deploy.vogel:
- apply: true
- sudo: true
- group: "tomcat"
- groups:
- - "fs5"
- daniel.spierling:
- apply: true
- group: "tomcat"
- groups:
- - "fs5"
- ines.jaehnichen:
- apply: true
- group: "fs5"