proxy101/110.rdu3: use random mac generated on install
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d808a4a9f9
commit
9d849ecb95
3 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@ freezes: true
|
|||
has_ipv4: yes
|
||||
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
|
||||
mac0: 52:54:00:1F:48:0A
|
||||
mac0: "{{ ansible_default_ipv4.macaddress }}"
|
||||
mem_size: 16384
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -11,7 +11,7 @@ freezes: true
|
|||
has_ipv4: yes
|
||||
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
|
||||
mac0: 52:54:00:1F:48:0A
|
||||
mac0: "{{ ansible_default_ipv4.macaddress }}"
|
||||
mem_size: 16384
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
tags:
|
||||
- packages
|
||||
- web-data
|
||||
when: ansible_distribution_major_version|int <= 9
|
||||
|
||||
- name: Make sure the /usr/local/share/web-data-analysis directory exists
|
||||
ansible.builtin.file: path=/usr/local/share/web-data-analysis state=directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue