---
infra::role: base
+infra::additional_classes:
+ - infra::profile::monitoring::mysql
+ - infra::profile::mysql_server
+ - java
+
+java::package: java-1.8.0-openjdk-headless
+
+mysql::server::package_name: MariaDB-server
+mysql::client::package_name: MariaDB-client
+infra::additional_files:
+ mariadb_repo:
+ path: '/etc/yum.repos.d/mariadb.repo'
+ owner: 'root'
+ group: 'root'
+ mode: '0644'
+ content: |
+ [mariadb]
+ name=MariaDB Yum Repo
+ baseurl=http://repo.pixelpark.com/Linux/yum/mariadb/10.2/centos/7/x86_64/
+ enabled=1
+ gpgcheck=1
+ gpgkey=http://repo.pixelpark.com/Linux/yum/mariadb/RPM-GPG-KEY-MariaDB
+
+mysql::server::root_password: YoXnw4TbrFZ2Uuon
+mysql::server::backup::backuppassword: SufjiB9PasYFGrKO
+infra::profile::monitoring::mysql::monitorpassword: kzpUrxS1thnj7JLo
+infra::profile::mysql_server::databases:
+ adminportal:
+ user: adminportal
+ password: Le25p95B39ZYute6
+ maildistributor:
+ user: maildistributor
+ password: Sbq0eTtJU7ZMKSv2
+ repo_master:
+ user: repo_master
+ password: 8JsEHH05NoG02dPC
+ repo_preview:
+ user: repo_preview
+ password: T2TfsAoqDRa83a1k
+ repo_replication:
+ user: repo_replication
+ password: ZKNZ0LxviJI7fUCF
+ site:
+ user: site
+ password: UVxR5dF7n4Ad0BCT
+ workflow:
+ user: workflow
+ password: 23up1kCr3zpG32el