-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
acceptedThis issue can reproduced and was acceptedThis issue can reproduced and was acceptedenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
lmost every object in the phpIPAM database have the option to set a "location" that's correspond to the ID of the location.
would be nice to have that available int the modules.
address
device
subnet
Example
- name: "Create device"
codeaffen.phpipam.device:
username: "admin"
password: "s3cr3t"
server_url: "https://ipam.example.com"
hostname: "leaf-example-01"
ipaddress: "192.0.2.222"
location_id: 53 <--- New
sections:
- Example Inc.
- DEVOPS department
state: present
Metadata
Metadata
Assignees
Labels
acceptedThis issue can reproduced and was acceptedThis issue can reproduced and was acceptedenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed