forked from brocade/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
relay_server.yml
33 lines (27 loc) · 827 Bytes
/
relay_server.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
# Copyright 2019 Broadcom. All rights reserved.
# The term 'Broadcom' refers to Broadcom Inc. and/or its subsidiaries.
# GNU General Public License v3.0+
# (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
- hosts: san_eng_zone_seed_san_a
gather_facts: False
vars:
credential:
fos_ip_addr: "{{fos_ip_addr}}"
fos_user_name: "{{fos_user_name}}"
fos_password: "{{fos_password}}"
https: "{{fos_https}}"
maps_config:
relay_ip_address: "10.10.10.11"
domain_name: "dd.com"
sender_address: "[email protected]"
recipient_address_list:
recipient_address:
tasks:
- name: configure relay server
brocade_maps_maps_config:
credential: "{{credential}}"
vfid: -1
maps_config: "{{maps_config}}"