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
|
@ -587,13 +587,18 @@ host bvmhost-a64-03 {
|
|||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host bvmhost-a64-04 {
|
||||
hardware ethernet 50:6B:4B:6A:B5:D0 ;
|
||||
hardware ethernet 68:05:CA:8E:A7:9B ;
|
||||
fixed-address 10.3.170.14;
|
||||
filename "uefi/grubaa64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.170.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host bvmhost-a64-04 {
|
||||
hardware ethernet 50:6B:4B:6A:B5:D0 ;
|
||||
fixed-address 10.3.170.16;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host bvmhost-a64-04-mgmt {
|
||||
hardware ethernet E8:6A:64:39:19:4F ;
|
||||
|
|
|
@ -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