xoxys.cups/defaults/main.yml

34 lines
719 B
YAML
Raw Normal View History

2019-02-10 16:33:10 +01:00
---
2022-01-28 13:59:24 +01:00
cups_version: 2.4.0
2019-08-13 22:05:48 +02:00
2019-11-22 10:20:14 +01:00
# @var cups_packages_extra:description: >
2019-08-21 09:23:06 +02:00
# Install dependencies or custom driver packages
2019-11-22 10:20:14 +01:00
# @end
2019-08-13 22:05:48 +02:00
cups_packages_extra: []
2019-11-22 10:20:14 +01:00
# @var cups_selinux_fcontext:example: $>
2019-11-22 10:38:38 +01:00
# [{ "target": "/opt/brother", "setype": "bin_t" }]
2019-11-22 10:20:14 +01:00
# @end
2019-08-21 09:23:06 +02:00
cups_selinux_fcontext: []
2019-11-22 10:20:14 +01:00
2019-11-22 10:38:38 +01:00
# @var cups_selinux_restorecon:example: ["-R /opt/brother"]
2019-08-21 09:23:06 +02:00
cups_selinux_restorecon: []
2019-08-21 09:54:57 +02:00
cups_admin_group: printadmin
cups_admin_users:
- name: "cupsadm"
password: "secure"
2019-02-10 18:21:25 +01:00
cups_bind_url:
2019-02-10 19:00:51 +01:00
- localhost:631
2019-02-10 18:21:25 +01:00
cups_server_name: print.example.org
cups_server_alias: "{{ cups_server_name }}"
2019-02-10 18:21:25 +01:00
cups_log_level: warn
cups_server_admin: admin@example.com
2019-02-13 00:22:25 +01:00
cups_remote_admin_enabled: False
2019-02-21 21:27:21 +01:00
cups_system_groups:
- root
2019-08-21 09:54:57 +02:00
- "{{ cups_admin_group }}"