From: Thomas Dalichow Date: Mon, 13 Nov 2017 13:24:52 +0000 (+0100) Subject: lbs - red02/www02 entfernt, siehe GRIDPARK-5136 X-Git-Tag: v0.1.0~2071^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=cd47eed82ccdc2406373761c732708f8906b1a6b;p=pixelpark%2Fhiera.git lbs - red02/www02 entfernt, siehe GRIDPARK-5136 --- diff --git a/customer/lbs/dev-red02-lbs-de.pixelpark.net.yaml b/customer/lbs/dev-red02-lbs-de.pixelpark.net.yaml deleted file mode 100644 index f2500ac1..00000000 --- a/customer/lbs/dev-red02-lbs-de.pixelpark.net.yaml +++ /dev/null @@ -1,73 +0,0 @@ ---- -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/' } - diff --git a/customer/lbs/dev-www02-lbs-de.pixelpark.net.yaml b/customer/lbs/dev-www02-lbs-de.pixelpark.net.yaml deleted file mode 100644 index d5b97f2c..00000000 --- a/customer/lbs/dev-www02-lbs-de.pixelpark.net.yaml +++ /dev/null @@ -1,57 +0,0 @@ ---- -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"