exim4 define ansible node name
This commit is contained in:
parent
f79e2ae7a2
commit
094a029fd9
|
@ -65,13 +65,13 @@
|
||||||
- name: exim4/dc_minimaldns
|
- name: exim4/dc_minimaldns
|
||||||
value: 'false'
|
value: 'false'
|
||||||
- name: exim4/dc_readhost
|
- name: exim4/dc_readhost
|
||||||
value: "{{ dc_readhost }}" # var to define survey(encuesta)
|
value: "{{ ansible_facts['ansible_nodename'] }}" # var to define survey(encuesta)
|
||||||
- name: exim4/dc_other_hostnames
|
- name: exim4/dc_other_hostnames
|
||||||
value: ""
|
value: ""
|
||||||
- name: exim4/dc_eximconfig_configtype
|
- name: exim4/dc_eximconfig_configtype
|
||||||
value: "mail sent by smarthost; no local mail"
|
value: "mail sent by smarthost; no local mail"
|
||||||
- name: exim4/mailname
|
- name: exim4/mailname
|
||||||
value: "{{ mailname }}" # var to define survey(encuesta)
|
value: "{{ ansible_facts['ansible_nodename'] }}" # var to define survey(encuesta)
|
||||||
- name: exim4/use_split_config
|
- name: exim4/use_split_config
|
||||||
value: 'false'
|
value: 'false'
|
||||||
notify: Restart exim4 service
|
notify: Restart exim4 service
|
||||||
|
|
Loading…
Reference in New Issue