Initial commit
This commit is contained in:
11
roles/virtualization/templates/cloud-network-config.yml.j2
Normal file
11
roles/virtualization/templates/cloud-network-config.yml.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
network:
|
||||
version: 2
|
||||
ethernets:
|
||||
id0:
|
||||
match:
|
||||
macaddress: "{{ mac_address_output.stdout }}"
|
||||
addresses:
|
||||
- "{{ vm_ip }}"
|
||||
gateway4: "{{ vm_gw }}"
|
||||
nameservers:
|
||||
addresses: ['1.1.1.1', '1.0.0.1']
|
||||
Reference in New Issue
Block a user