modified preseed.cfg to initialize network protection

This commit is contained in:
Tanguy MAZE
2018-12-19 16:17:02 +01:00
parent dedc241daf
commit ed49a5e8f0
7 changed files with 51 additions and 72 deletions

View File

@@ -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"