Skip to content

Commit

Permalink
Merge pull request #86 from natoscott/centos9
Browse files Browse the repository at this point in the history
Add CentOS_9 variable definitions for all PCP roles
  • Loading branch information
natoscott authored May 6, 2021
2 parents a06eb9f + 2e10485 commit 384718b
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/elasticsearch/vars/CentOS_9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with CentOS 9 specific values.

__elasticsearch_conf_dir: /etc/pcp/elasticsearch
__elasticsearch_packages_export_pcp:
- pcp-export-pcp2elasticsearch
- pcp-system-tools
6 changes: 6 additions & 0 deletions roles/grafana/vars/CentOS_9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with CentOS 9 specific values.

__grafana_packages_extra:
- grafana-pcp
5 changes: 5 additions & 0 deletions roles/mssql/vars/CentOS_9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with CentOS 9 specific values.

__mssql_conf_dir: /etc/pcp/mssql
12 changes: 12 additions & 0 deletions roles/pcp/vars/CentOS_9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with CentOS 9 specific values.

__pcp_packages_extra:
- pcp-zeroconf

__pcp_sasl_packages:
- cyrus-sasl-lib
- cyrus-sasl-scram

__pcp_sasl_mechlist: scram-sha-256
1 change: 1 addition & 0 deletions roles/redis/templates/CentOS_9_redis.conf.j2
6 changes: 6 additions & 0 deletions roles/redis/vars/CentOS_9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with CentOS 9 specific values.

__redis_packages_extra: []
__redis_loaded_modules: []

0 comments on commit 384718b

Please sign in to comment.