|
|
|
@ -14,8 +14,9 @@ |
|
|
|
mode: "0755" |
|
|
|
mode: "0755" |
|
|
|
|
|
|
|
|
|
|
|
- name: copy authorized_keys |
|
|
|
- name: copy authorized_keys |
|
|
|
src: "{{ autoinstall_authorized_keys_src }}" |
|
|
|
copy: |
|
|
|
dest: "{{ autoinstall_authorized_keys_dest }}" |
|
|
|
src: "{{ autoinstall_authorized_keys_src }}" |
|
|
|
|
|
|
|
dest: "{{ autoinstall_authorized_keys_dest }}" |
|
|
|
|
|
|
|
|
|
|
|
- name: run autoinstall |
|
|
|
- name: run autoinstall |
|
|
|
command: "installimage -a -c {{ setup_conf_dest }} -x {{ post_install_dest }}" |
|
|
|
command: "installimage -a -c {{ setup_conf_dest }} -x {{ post_install_dest }}" |
|
|
|
|