forked from CCCHH/ansible-infra
		
	Add option to netbox role for ensuring custom pipeline code for OIDC
group and role mapping is either present or not.
The custom pipeline code is licensed under the Creative Commons: CC
BY-SA 4.0 license.
See:
https://github.com/goauthentik/authentik/blob/main/LICENSE
https://github.com/goauthentik/authentik/blob/main/website/integrations/services/netbox/index.md
https://docs.goauthentik.io/integrations/services/netbox/
5676b1a468
		
	
			
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			357 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			357 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| argument_specs:
 | |
|   main:
 | |
|     options:
 | |
|       netbox__version:
 | |
|         type: str
 | |
|         required: true
 | |
|       netbox__db_password:
 | |
|         type: str
 | |
|         required: true
 | |
|       netbox__config:
 | |
|         type: str
 | |
|         required: true
 | |
|       netbox__custom_pipeline_oidc_group_and_role_mapping:
 | |
|         type: bool
 | |
|         required: false
 | |
|         default: false
 |