mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
62 lines
963 B
YAML
62 lines
963 B
YAML
---
|
|
all.ro:
|
|
actions:
|
|
- view
|
|
description: 'Read Only for All Objects'
|
|
enabled: true
|
|
groups:
|
|
- applications
|
|
- readers
|
|
object_types: all
|
|
users:
|
|
- jdoe
|
|
all.rw:
|
|
actions:
|
|
- add
|
|
- change
|
|
- delete
|
|
- view
|
|
description: 'Read/Write for All Objects'
|
|
enabled: true
|
|
groups:
|
|
- writers
|
|
object_types: all
|
|
network_team.rw:
|
|
actions:
|
|
- add
|
|
- change
|
|
- delete
|
|
- view
|
|
description: "Network Team Permissions"
|
|
enabled: true
|
|
object_types:
|
|
circuits:
|
|
- circuit
|
|
- circuittermination
|
|
- circuittype
|
|
- provider
|
|
dcim: all
|
|
ipam:
|
|
- aggregate
|
|
- ipaddress
|
|
- prefix
|
|
- rir
|
|
- role
|
|
- routetarget
|
|
- service
|
|
- vlan
|
|
- vlangroup
|
|
- vrf
|
|
vips.change:
|
|
actions:
|
|
- change
|
|
description: "Update VIP object permission"
|
|
enabled: true
|
|
object_types:
|
|
ipam:
|
|
- ipaddress
|
|
groups:
|
|
- devops
|
|
constraints:
|
|
role: vip
|