Skip to content

Commit

Permalink
Add module x509 and businessprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
tbauriedel committed Sep 19, 2024
1 parent a52b484 commit d752687
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ansible/vars/icingaweb2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ icingaweb2_resources:
password: poweruser
use_ssl: 0
charset: utf8
x509:
type: db
db: mysql
host: localhost
dbname: x509
username: poweruser
password: poweruser
use_ssl: 0
charset: utf8
icingaweb2_modules:
director:
enabled: true
Expand Down Expand Up @@ -58,6 +67,22 @@ icingaweb2_modules:
redis1:
host: "127.0.0.1"
password: redis-pass
x509:
enabled: true
source: package
config:
backend:
resource: x509
database:
import_schema: true
type: mysql
host: localhost
port: 3306
user: poweruser
password: poweruser
businessprocess:
enabled: true
source: package

icingaweb2_admin_username: icinga
icingaweb2_admin_password: icinga
1 change: 1 addition & 0 deletions ansible/vars/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ mysql_databases:
- name: icingadb
- name: icingaweb2
- name: director
- name: x509
mysql_users:
- name: poweruser
host: "localhost"
Expand Down

0 comments on commit d752687

Please sign in to comment.