-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathhostname_getent_hosts_ipv6.toml
More file actions
42 lines (33 loc) · 1020 Bytes
/
hostname_getent_hosts_ipv6.toml
File metadata and controls
42 lines (33 loc) · 1020 Bytes
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
34
35
36
37
38
39
40
41
42
[commands."hostname -f"]
stdout="localhost"
[commands."getent hosts 127.0.0.1"]
stdout="127.0.0.1 localhost"
[commands."getent hosts ::1"]
stdout="::1 localhost ip6-localhost ip6-loopback myhost.example.com"
[commands."hostname"]
stdout="myhost"
[commands."uname -s"]
stdout = "Linux"
[commands."uname -m"]
stdout = "x86_64"
[commands."uname -r"]
stdout = "4.9.125-linuxkit"
[files."/etc/redhat-release"]
content = "Red Hat Enterprise Linux Server release 7.2 (Maipo)"
[files."/etc/os-release"]
content = """
NAME="Red Hat Enterprise Linux Server"
VERSION="7.2 (Maipo)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="7.2"
PRETTY_NAME="Red Hat Enterprise Linux Server 7.2 (Maipo)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.2:GA:server"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.2
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.2"
"""