Skip to content
Snippets Groups Projects
Commit 8a84e275 authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

added configuration file for installer to installer image

parent 6a14106d
Branches
No related tags found
No related merge requests found
......@@ -52,6 +52,12 @@
dest: "{{ '%s/etc/udhcpc/post-bound/hostname' | format(linux_build_installer_root) }}"
mode: "0755"
- name: install installer configuration
template:
src: installer.conf.j2
dest: "{{ '%s/etc/installer.conf' | format(linux_build_installer_root) }}"
mode: "0644"
- name: install ssh public key
copy:
src: "{{ '%s/ansible.pub' | format(sdm_sshkeys) }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment