2024-06-09 18:43:04 +02:00

26 lines
517 B
YAML

---
- hosts: localhost
vars:
mail_relay_host: smtp.gmail.com
mail_domain: gmeech.dyndns.org
tasks:
- include_tasks: assert-vars.yml
- include_tasks: disable-ipv6.yml
- include_tasks: hosts.yml
- include_tasks: inst-packages.yml
- include_tasks: misc.yml
- name: import postfix role
import_role:
name: role-postfix
- name: import yum-check role
import_role:
name: role-yum-check
# - name: import netdata role
# import_role:
# name: role-netdata