proxy101/110.rdu3: use random mac generated on install

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-06-12 16:22:03 -07:00
parent d808a4a9f9
commit 9d849ecb95
3 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@ freezes: true
has_ipv4: yes has_ipv4: yes
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/42/Server/x86_64/os/ ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/42/Server/x86_64/os/
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
mac0: 52:54:00:1F:48:0A mac0: "{{ ansible_default_ipv4.macaddress }}"
mem_size: 16384 mem_size: 16384
network_connections: network_connections:
- autoconnect: yes - autoconnect: yes

View file

@ -11,7 +11,7 @@ freezes: true
has_ipv4: yes has_ipv4: yes
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/42/Server/x86_64/os/ ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/42/Server/x86_64/os/
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
mac0: 52:54:00:1F:48:0A mac0: "{{ ansible_default_ipv4.macaddress }}"
mem_size: 16384 mem_size: 16384
network_connections: network_connections:
- autoconnect: yes - autoconnect: yes

View file

@ -4,6 +4,7 @@
tags: tags:
- packages - packages
- web-data - web-data
when: ansible_distribution_major_version|int <= 9
- name: Make sure the /usr/local/share/web-data-analysis directory exists - name: Make sure the /usr/local/share/web-data-analysis directory exists
ansible.builtin.file: path=/usr/local/share/web-data-analysis state=directory ansible.builtin.file: path=/usr/local/share/web-data-analysis state=directory