Merge "ironic_pxe bootstrap should run on all hosts"
This commit is contained in:
commit
bf12ad23a7
@ -60,5 +60,4 @@
|
|||||||
- "{{ node_config_directory }}/ironic-pxe/:{{ container_config_directory }}/:ro"
|
- "{{ node_config_directory }}/ironic-pxe/:{{ container_config_directory }}/:ro"
|
||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
- "ironic_pxe:/tftpboot/"
|
- "ironic_pxe:/tftpboot/"
|
||||||
run_once: True
|
when: "{{ inventory_hostname in groups['ironic-pxe'] }}"
|
||||||
delegate_to: "{{ groups['ironic-pxe'][0] }}"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user