remove tftp item which is not working 100% and try to get aarch64 to work
This commit is contained in:
parent
a03fc1777f
commit
557ea123f1
2 changed files with 12 additions and 7 deletions
|
@ -50,9 +50,9 @@
|
|||
- tftp_server
|
||||
when: datacenter == 'iad2'
|
||||
|
||||
- name: generate custom configs
|
||||
template: src=grubhost.cfg.j2 dest="/var/lib/tftpboot/uefi/{{ hostvars[item].install_mac }}"
|
||||
with_items: "{{ groups['all'] }}"
|
||||
when: "hostvars[item].install_noc == inventory_hostname"
|
||||
tags:
|
||||
- tftp_server
|
||||
# - name: generate custom configs
|
||||
# template: src=grubhost.cfg.j2 dest="/var/lib/tftpboot/uefi/{{ hostvars[item].install_mac }}"
|
||||
# with_items: "{{ groups['all'] }}"
|
||||
# when: "hostvars[item].install_noc == inventory_hostname"
|
||||
# tags:
|
||||
# - tftp_server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue