8 lines
195 B
YAML
8 lines
195 B
YAML
- hosts: prod
|
|
become: yes
|
|
tasks:
|
|
- name: Set the hostname
|
|
# for sending email from st.unicode.org through corp.unicode.org
|
|
hostname:
|
|
name: "{{ inventory_hostname }}"
|