mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 15:28:11 +07:00
c2744838ab
No submodule and string replace script, j2 templates only
14 lines
347 B
YAML
14 lines
347 B
YAML
# - name: Download ISO
|
|
# get_url:
|
|
# url: "{{ iso_url }}"
|
|
# dest: "{{ role_path }}/files/images/"
|
|
|
|
- name: Render environment file
|
|
template:
|
|
src: "{{ role_path }}/files/.env.j2"
|
|
dest: "{{ role_path }}/files/.env"
|
|
|
|
- name: Start PXE server
|
|
community.general.docker_compose:
|
|
project_src: "{{ role_path }}/files/pxe-servers"
|