mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
(cherry picked from commit 5ff7b9a7fc
)
This commit is contained in:
parent
b02e28fb51
commit
23e606995c
@ -17,7 +17,7 @@
|
||||
- Name: "{{ monitor_interface }}"
|
||||
- Network:
|
||||
- DHCP: "no"
|
||||
- Address: "{{ (eth1_ip + '/' + ansible_default_ipv4.netmask) | ipaddr('host/prefix') }}"
|
||||
- Address: "{{ (eth1_ip + '/' + ansible_default_ipv4.netmask) | ansible.utils.ipaddr('host/prefix') }}"
|
||||
when: setup_eth1 | default('false') | bool
|
||||
|
||||
- hosts:
|
||||
|
@ -1,2 +1,5 @@
|
||||
# enables and configure systemd-networkd
|
||||
- src: stackhpc.systemd_networkd
|
||||
roles:
|
||||
- stackhpc.systemd_networkd
|
||||
|
||||
collections:
|
||||
- ansible.utils
|
||||
|
Loading…
Reference in New Issue
Block a user