xoxys.cups/defaults/main.yml
Robert Kaussow 52d9bd121e
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2021-12-12 16:47:55 +01:00

34 lines
721 B
YAML

---
cups_version: 2.4.0-1
# @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 }}"