Add mail relay to print hosts
This commit is contained in:
parent
4325511f35
commit
dff8b4d72b
1 changed files with 7 additions and 0 deletions
|
@ -42,3 +42,10 @@
|
|||
vars:
|
||||
keytab_path: /etc/cups/cups.keytab
|
||||
keytab_principals: "HTTP/print.foo.sh@{{ kerberos_realm }}"
|
||||
|
||||
- name: Enable postfix mail relay
|
||||
ansible.builtin.import_role:
|
||||
name: postfix
|
||||
tasks_from: relay
|
||||
vars:
|
||||
relay_domains: [foo.sh]
|
||||
|
|
Loading…
Add table
Reference in a new issue