-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
acceptedThis issue can reproduced and was acceptedThis issue can reproduced and was acceptedbugSomething isn't workingSomething isn't working
Description
Describe the bug
Cant assign a subnet with a custom vrf
To Reproduce
Steps to reproduce the behavior:
- name: "Create subnet"
codeaffen.phpipam.subnet:
app_id: "ansible"
username: "ansible"
password: "{{password}}"
server_url: "https://ipam.internal"
cidr: "192.168.1.0/27"
parent: "192.168.1.0/24"
vlan: "1337"
vrf: FW-Linknets
location: "DC1"
validate_certs: no
section: "Linknets"
routing_domain: DC1
Expected behavior
A clear and concise description of what you expected to happen.
Have the subnet created in the correct subnets
Versions:
- Ansible: core 2.12.3
- phpipam-ansible-modules: 1.6.0
- phpypam: Version: 1.0.2
Additional context
I see this error:
}
},
"msg": "Can not resolve 'vrf' to an existing ID"
}
Metadata
Metadata
Assignees
Labels
acceptedThis issue can reproduced and was acceptedThis issue can reproduced and was acceptedbugSomething isn't workingSomething isn't working