使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ka
/
ansible-role-debian-installer
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
flag for preseeding hostname
master
Markus Katharina Brechtel
6 年前
父节点
e63dd2027c
当前提交
5793b700ed
共有
2 个文件被更改
,包括
3 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 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
撰写
预览
正在加载...
取消
保存