Newer
Older
netbox-docker / initializers / groups.yml
@Les Begnaud Les Begnaud on 31 Jan 2020 492 bytes update example to note yaml restriction
# applications:
#   users:
#   - technical_user
# readers:
#   users:
#   - reader
# writers:
#   users:
#   - writer
## specify explicit permission codenames or include wildcard to match multiple permissions
#   permissions:
#   - delete_device
#   - delete_virtualmachine
#   - add_*
#   - change_*
# vm_managers:
## yaml doesn't allow starting a key with an asterisk without explicit use of single quote
#   - '*_virtualmachine'
# device_managers:
#   - '*device*'
# creators:
#   - add_*