12 lines
211 B
YAML
12 lines
211 B
YAML
|
---
|
||
|
|
||
|
- hosts: '{{ ip_addr }}'
|
||
|
become: yes
|
||
|
become_method: sudo
|
||
|
gather_facts: yes
|
||
|
|
||
|
tasks:
|
||
|
|
||
|
- name: "[CONFIG RELAYHOST SMTP] Config relayhost smtp"
|
||
|
import_role:
|
||
|
name: config-relayhost-smtp
|