vn-ansible/linux-config-relayhost-smtp...

17 lines
461 B
YAML
Raw Normal View History

2024-02-12 09:21:35 +00:00
---
- hosts: '{{ ip_addr }}'
become: yes
become_method: sudo
gather_facts: yes
tasks:
2024-02-15 11:09:15 +00:00
- name: "[CONFIG RELAYHOST SMTP] Comprobando si es necesario configurar relayhost smtp"
debug:
msg: "No es necesario configurar relayhost smtp en la máquina"
when: relay-host_enabled is not defined or not relay-host_enabled
2024-02-12 09:21:35 +00:00
- name: "[CONFIG RELAYHOST SMTP] Config relayhost smtp"
import_role:
name: config-relayhost-smtp