Allow kerberos logins to print hosts
This commit is contained in:
parent
139ef2183c
commit
eaead4bc7f
1 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,9 @@
|
|||
|
||||
roles:
|
||||
- base
|
||||
- role: keytab
|
||||
keytab_principals:
|
||||
- "host/{{ inventory_hostname }}@{{ kerberos_realm }}"
|
||||
- sssd
|
||||
- mkhomedir
|
||||
|
||||
|
@ -34,7 +37,7 @@
|
|||
name: cups_server
|
||||
|
||||
- name: Install keytab for CUPS
|
||||
ansible.builtin.import_role:
|
||||
ansible.builtin.include_role:
|
||||
name: keytab
|
||||
vars:
|
||||
keytab_path: /etc/cups/cups.keytab
|
||||
|
|
Loading…
Add table
Reference in a new issue