あっきぃ日誌

鉄道ブログのような技術系ブログのようななにか

もっと楽をしたい

メモ。Ubuntu ServerをCloud ImageでデプロイしたあとのIP固定がだるい。

$ cat /etc/netplan/50-cloud-init.yaml 
# This file is generated from information provided by the datasource.  Changes
# to it will not persist across an instance reboot.  To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}

# 以下略

コメントに実行するばっかりワンライナーを入れといてほしい(ぶしょうもの)。

echo "network: {config: disabled}" | sudo tee /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg

変換辞書に入れてみたけど、ターミナルで日本語入力をオンにすることは普段ないから、多分使わなくなりそう。

前にPlaybookも書いたけど、Playbookを使うほど気合が入ることもなくというか、インベントリを書くのすら面倒みたいなところがあり、フーム。

github.com