このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
ka
/
ansible-role-debian-installer
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
flag for preseeding hostname
master
Markus Katharina Brechtel
6年前
親
e63dd2027c
コミット
5793b700ed
2個のファイルの変更
、
3行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
defaults/main.yml
+2
-0
templates/preseed.cfg.j2
+ 1
- 0
defaults/main.yml
ファイルの表示
@@ -1,3 +1,4 @@
debian_installer_method: false
debian_installer_directory: host_files/{{ inventory_hostname }}/debian-installer
debian_installer_set_hostname: true
debian_installer_nonfree_firmware: false
+ 2
- 0
templates/preseed.cfg.j2
ファイルの表示
@@ -18,7 +18,9 @@ d-i network-console/password-disabled boolean true
{% endif %}
### Hostname
{% if debian_installer_set_hostname %}
d-i netcfg/hostname string {{inventory_hostname}}
{% endif %}
### Mirror settings
d-i mirror/country string manual
書き込み
プレビュー
読み込み中…
キャンセル
保存