-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I tried network configuration for newly created centos vm, but machine is not accessible outside using ip. On debugging i found, though gateway is getting updated in configuration of centos but when i opened graphical interface, i found gateway is blank.
Below is part of yml file which i am using
- name: Configure VMs IP
win_hyperv_guest_config_net:
name: test.example.com
ip: "172.23.77.146"
netmask: "255.255.248.0"
gateway: "172.23.72.1"
dns: "172.23.78.176,172.23.78.177"
type: static
Metadata
Metadata
Assignees
Labels
No labels