blob: f5ffbd937f009c63a658164d36fe67aef12a6c89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
This system is managed by Ansible.
_ _ _ _ _
/ \ | |_ __ (_)_ __ ___ | | (_)_ __ _ ___ __
/ _ \ | | '_ \| | '_ \ / _ \ | | | | '_ \| | | \ \/ /
/ ___ \| | |_) | | | | | __/ | |___| | | | | |_| |> <
/_/ \_\_| .__/|_|_| |_|\___| |_____|_|_| |_|\__,_/_/\_\
|_|
OS : {{ ansible_distribution }} {{ ansible_distribution_version }}
Hostname : {{ ansible_hostname }}
IP address : {{ ansible_eth0.ipv4.address }}
System type : {{ ansible_system }}
Kernel : {{ ansible_kernel }}
|