File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
aws_ec2_instance/host_provision
msazure_vm/host_provision Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ os_version=$os_info_version
55
55
56
56
#echo "--- DEBUG ---"
57
57
#cat /etc/hosts
58
+ #cat /etc/hostname
59
+ #cat /proc/sys/kernel/hostname
58
60
#cat /etc/resolv.conf
59
61
#cat /etc/dhcp/dhclient.conf
60
62
@@ -99,6 +101,8 @@ echo "uname -n == $(uname -n)"
99
101
100
102
#echo "--- DEBUG ---"
101
103
#cat /etc/hosts
104
+ #cat /etc/hostname
105
+ #cat /proc/sys/kernel/hostname
102
106
#cat /etc/resolv.conf
103
107
#cat /etc/dhcp/dhclient.conf
104
108
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ os_version=$os_info_version
55
55
56
56
#echo "--- DEBUG ---"
57
57
#cat /etc/hosts
58
+ #cat /etc/hostname
59
+ #cat /proc/sys/kernel/hostname
58
60
#cat /etc/resolv.conf
59
61
#cat /etc/dhcp/dhclient.conf
60
62
@@ -121,6 +123,8 @@ python3 -c "import socket; print(socket.getfqdn())"
121
123
122
124
#echo "--- DEBUG ---"
123
125
#cat /etc/hosts
126
+ #cat /etc/hostname
127
+ #cat /proc/sys/kernel/hostname
124
128
#cat /etc/resolv.conf
125
129
#cat /etc/dhcp/dhclient.conf
126
130
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ os_version=$os_info_version
40
40
41
41
#echo "--- DEBUG ---"
42
42
#cat /etc/hosts
43
+ #cat /etc/hostname
44
+ #cat /proc/sys/kernel/hostname
43
45
#cat /etc/resolv.conf
44
46
#cat /etc/dhcp/dhclient.conf
45
47
@@ -84,6 +86,8 @@ echo "uname -n == $(uname -n)"
84
86
85
87
#echo "--- DEBUG ---"
86
88
#cat /etc/hosts
89
+ #cat /etc/hostname
90
+ #cat /proc/sys/kernel/hostname
87
91
#cat /etc/resolv.conf
88
92
#cat /etc/dhcp/dhclient.conf
89
93
You can’t perform that action at this time.
0 commit comments