Skip to content

Commit

Permalink
chore(meta): bareos_dir_consoles argument_specs
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Nov 5, 2024
1 parent b637b07 commit 3a4fe7b
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,44 @@ argument_specs:
bareos_dir_consoles:
type: "list"
default: []
description: "A list of consoled to configure."
description: "A list of consoles to configure."
elements: "dict"
options:
name:
type: "str"
required: true
description: >
The name of the console.
This name must match the name specified at the Console client.
description:
type: "str"
password:
type: "str"
required: true
description: >
Specifies the password that must be supplied for a named Bareos Console to be authorized.
commandacl:
type: "list"
elements: "str"
jobacl:
type: "list"
elements: "str"
profile:
type: "str"
description: >
See https://docs.bareos.org/Configuration/Director.html#directorresourceprofile
tls_enable:
type: "bool"
default: true
description: "Enable TLS support."
use_pam_authentication:
type: "bool"
default: false
description: >
Use PAM authentication for this console.
Cannot be used in combination with the option `profile` or `commandacl`!
See: https://github.com/bareos/bareos/tree/master/contrib/misc/bareos_pam_integration#pam-configuration
bareos_dir_counters:
type: "list"
default: []
Expand Down

0 comments on commit 3a4fe7b

Please sign in to comment.