Skip to content
Snippets Groups Projects
Commit c7429f2b authored by Goik Martin's avatar Goik Martin
Browse files

Failsafe login page

parent 9164d54d
No related branches found
No related tags found
No related merge requests found
...@@ -1353,6 +1353,33 @@ resource "hcloud_network_route" "gateway"{ ...@@ -1353,6 +1353,33 @@ resource "hcloud_network_route" "gateway"{
}</programlisting> }</programlisting>
</figure> </figure>
<figure xml:id="sdi_cloudProvider_networks_internHost">
<title>intern host</title>
<programlisting language="tf">resource "hcloud_server" "web" {
....
public_net {
ipv4_enabled = false
ipv6_enabled = false
}
network {
network_id = hcloud_network.<emphasis role="red">pNet</emphasis>.id
ip = "<emphasis role="red">10.0.1.20</emphasis>"
}
}</programlisting>
</figure>
<figure xml:id="sdi_cloudProvider_networks_loginLastResort">
<title><productname>Failsafe console login</productname></title>
<programlisting language="tf">#cloud-config
chpasswd:
list: |
root:bingo9wingo
expire: False</programlisting>
</figure>
<qandaset defaultlabel="qanda" <qandaset defaultlabel="qanda"
xml:id="sdi_cloudProvider_networks_qanda_simpleSubnet"> xml:id="sdi_cloudProvider_networks_qanda_simpleSubnet">
<title>Creating a subnet</title> <title>Creating a subnet</title>
...@@ -1503,7 +1530,7 @@ resource "hcloud_network_route" "gateway"{ ...@@ -1503,7 +1530,7 @@ resource "hcloud_network_route" "gateway"{
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> Problem: <productname <para>Problem: <productname
xlink:href="https://wiki.debian.org/AptCacherNg">apt-cacher-ng</productname> xlink:href="https://wiki.debian.org/AptCacherNg">apt-cacher-ng</productname>
installation requires time for service to become available.</para> installation requires time for service to become available.</para>
</listitem> </listitem>
...@@ -1569,17 +1596,6 @@ echo "<emphasis role="red">apt-cacher-ng service ready</emphasis>"</programlisti ...@@ -1569,17 +1596,6 @@ echo "<emphasis role="red">apt-cacher-ng service ready</emphasis>"</programlisti
</informaltable> </informaltable>
</figure> </figure>
<figure xml:id="sdi_cloudProvider_networks_loginLastResort">
<title><productname>Failsafe console login</productname></title>
<programlisting language="tf">#cloud-config
chpasswd:
list: |
root:bingo9wingo
expire: False</programlisting>
</figure>
<qandaset defaultlabel="qanda" <qandaset defaultlabel="qanda"
xml:id="sdi_cloudProvider_networks_qanda_httpGateway"> xml:id="sdi_cloudProvider_networks_qanda_httpGateway">
<title>Adding an application level gateway</title> <title>Adding an application level gateway</title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment