keytab: Prefix variable names with keytab_
This commit is contained in:
parent
4fb04065f9
commit
e2c59bc220
11 changed files with 24 additions and 24 deletions
|
@ -8,10 +8,10 @@
|
|||
ansible.builtin.include_role:
|
||||
name: keytab
|
||||
vars:
|
||||
keytab: /etc/dovecot/dovecot.keytab
|
||||
principals:
|
||||
keytab_path: /etc/dovecot/dovecot.keytab
|
||||
keytab_principals:
|
||||
- "imap/{{ mail_server }}@{{ kerberos_realm }}"
|
||||
group: dovecot
|
||||
keytab_group: dovecot
|
||||
|
||||
- name: Install privatekey
|
||||
ansible.builtin.copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue