vn-ansible/linux-config-send-mail.yaml

12 lines
182 B
YAML
Raw Normal View History

2024-05-24 11:37:16 +00:00
---
- hosts: localhost
2024-05-24 12:13:35 +00:00
become: no
2024-05-24 11:37:16 +00:00
become_method: sudo
2024-05-24 12:03:51 +00:00
gather_facts: yes
2024-05-24 11:37:16 +00:00
tasks:
- name: "[CONFIG SEND MAIL] Send Mail"
import_role:
name: config-send-mail