This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[sympa] get 'mail' ip from hostname
python3
Edoardo Putti
8 years ago
parent
9e2fe99c6e
commit
55e758fd0c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/sympa/meta/main.yaml
+ 1
- 1
roles/sympa/meta/main.yaml
View File
@ -5,5 +5,5 @@ dependencies:
server_fqdn
:
"lists.lilik.it"
parent_role_path
:
"sympa"
-
role
:
exim4
stmp_relay
:
"{{ hostvars
['mail'].ansible_host
}}"
stmp_relay
:
"{{ hostvars
| ip_from_inventory('mail')
}}"
sympa_transport
:
true
Write
Preview
Loading…
Cancel
Save