Skip to content

Commit

Permalink
feat: Add icinga2-mon console and profile
Browse files Browse the repository at this point in the history
Signed-off-by: Domingo Rivera Barros <[email protected]>
  • Loading branch information
dominrivera committed Mar 4, 2024
1 parent 03cadf6 commit 36b13d4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
- .status
jobacl:
- "*all"
- name: icinga2-mon
description: "Console used by Icinga2 monitoring checks"
password: "MySecretPassword"
profile: "icinga2-mon"
tls_enable: no
bareos_dir_clients:
- name: bareos-fd
address: 127.0.0.1
Expand Down Expand Up @@ -245,6 +250,29 @@
- "*all*"
pluginoptionsacl:
- "*all*"
- name: "icinga2-mon"
jobacl:
- "*all*"
clientacl:
- "*all*"
storageacl:
- "*all*"
scheduleacl:
- "*all*"
poolacl:
- "*all*"
commandacl:
- ".api"
- "list"
- "llist"
- "status"
- "show"
filesetacl:
- "*all*"
catalogacl:
- "*all*"
whereacl:
- "*none*"
- name: "disabled-message"
enabled: no
bareos_dir_schedules:
Expand Down

0 comments on commit 36b13d4

Please sign in to comment.