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

added installer mirror settings

parent f38365e4
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,11 @@ ...@@ -28,6 +28,11 @@
src: "{{ '%s/ansible.pub' | format(ansible_sshkeys) }}" src: "{{ '%s/ansible.pub' | format(ansible_sshkeys) }}"
dest: "{{ '%s/opt/ansible.pub' | format(linux_build_installer_root) }}" dest: "{{ '%s/opt/ansible.pub' | format(linux_build_installer_root) }}"
- name: set linux installer repository
copy:
dest: "{{ '%s/opt/tcemirror' | format(linux_build_installer_root) }}"
content: "{{ linux_installer_home_mirror }}"
- name: install basic installer scripts - name: install basic installer scripts
copy: copy:
src: "{{ _linux_install_file.name }}" src: "{{ _linux_install_file.name }}"
...@@ -35,9 +40,8 @@ ...@@ -35,9 +40,8 @@
mode: "{{ _linux_install_file.mode }}" mode: "{{ _linux_install_file.mode }}"
loop: loop:
- {"name": "bootlocal.sh", "mode": "0775" } - {"name": "bootlocal.sh", "mode": "0775" }
# - {"name": "genfstab", "mode": "0775"} - {"name": "dbgmode", "mode": "0755" }
- {"name": "installer.sh", "mode": "0775"} - {"name": "installer.sh", "mode": "0775"}
- {"name": "installer.config", "mode": "0755"}
- {"name": "functions.sh", "mode": "0775"} - {"name": "functions.sh", "mode": "0775"}
- {"name": "diskspreparation.sh", "mode": "0775"} - {"name": "diskspreparation.sh", "mode": "0775"}
loop_control: loop_control:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment