proxy04: do not hard code mac address
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5253e9ab15
commit
10b6589b98
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ has_ipv4: yes
|
|||
has_ipv6: yes
|
||||
ks_repo: http://38.145.60.16/pub/fedora/linux/releases/39/Server/x86_64/os/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-fedora
|
||||
mac0: "52:54:00:e3:bb:8f"
|
||||
max_mem_size: 20000
|
||||
mem_size: 16384
|
||||
network_connections:
|
||||
|
@ -34,8 +33,8 @@ network_connections:
|
|||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
gateway6: "{{ eth0_ipv6_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
type: ethernet
|
||||
nrpe_procs_crit: 1400
|
||||
nrpe_procs_warn: 1200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue