modified preseed.cfg to initialize network protection
This commit is contained in:
8
temp.yml
8
temp.yml
@@ -2,14 +2,6 @@
|
||||
hosts: "localhost"
|
||||
connection: "local"
|
||||
tasks:
|
||||
- name: "Template hosts-init.inv"
|
||||
template:
|
||||
src: "templates/hosts-init.inv.j2"
|
||||
dest: "hosts-init.inv"
|
||||
- name: "Template init.yml"
|
||||
template:
|
||||
src: "templates/init.yml.j2"
|
||||
dest: "init.yml"
|
||||
- name: "Template preseed.cfg"
|
||||
template:
|
||||
src: "templates/preseed.cfg.j2"
|
||||
|
||||
Reference in New Issue
Block a user