12 lines
209 B
YAML
12 lines
209 B
YAML
- hosts: ankeborg
|
|
become: true
|
|
vars:
|
|
mail_hostname: "{{ inventory_hostname }}"
|
|
canonical_name: "{{ inventory_hostname_short }}.nixnet.\
|
|
example.tld"
|
|
|
|
roles:
|
|
- base-v2
|
|
- postfix-v3
|
|
|