xoxys.cups/defaults/main.yml
Robert Kaussow d84874d46b
All checks were successful
continuous-integration/drone/push Build is passing
remove iptables integration
2019-10-28 19:58:32 +01:00

32 lines
657 B
YAML

---
cups_version: 2.2.10
# Install dependencies or custom driver packages
cups_packages_extra: []
## Example
# cups_selinux_fcontext:
# - { target: '/opt/brother', setype: 'bin_t' }
cups_selinux_fcontext: []
## Example
# cups_selinux_restorecon:
# - -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 }}"