Robert Kaussow
950d36f708
All checks were successful
continuous-integration/drone/push Build is passing
34 lines
720 B
YAML
34 lines
720 B
YAML
---
|
|
cups_version: 2.2.10
|
|
|
|
# @var cups_packages_extra:description: >
|
|
# Install dependencies or custom driver packages
|
|
# @end
|
|
cups_packages_extra: []
|
|
|
|
# @var cups_selinux_fcontext:example: $>
|
|
# [{ "target": "/opt/brother", "setype": "bin_t" }]
|
|
# @end
|
|
cups_selinux_fcontext: []
|
|
|
|
# @var cups_selinux_restorecon:example: ["-R /opt/brother"]
|
|
cups_selinux_restorecon: []
|
|
|
|
cups_admin_group: printadmin
|
|
cups_admin_users:
|
|
- name: 'cupsadm'
|
|
password: 'secure'
|
|
|
|
cups_bind_url:
|
|
- localhost:631
|
|
|
|
cups_server_name: print.example.org
|
|
cups_server_alias: "{{ cups_server_name }}"
|
|
|
|
cups_log_level: warn
|
|
cups_server_admin: admin@example.com
|
|
cups_remote_admin_enabled: False
|
|
cups_system_groups:
|
|
- root
|
|
- "{{ cups_admin_group }}"
|