@ -56,7 +56,8 @@ centurion_erp:
|
|||||||
|
|
||||||
!!! tip "common teams"
|
!!! tip "common teams"
|
||||||
Common teams can be created by using yaml anchors. This is useful when multiple organisations require a common team and permissions to be set.
|
Common teams can be created by using yaml anchors. This is useful when multiple organisations require a common team and permissions to be set.
|
||||||
|
<!-- markdownlint-disable -->
|
||||||
|
<!-- markdownlint-disable-next-line code-block-style -->
|
||||||
```yaml
|
```yaml
|
||||||
centurion_erp:
|
centurion_erp:
|
||||||
common_teams:
|
common_teams:
|
||||||
@ -72,4 +73,4 @@ centurion_erp:
|
|||||||
notes: *team-name-notes
|
notes: *team-name-notes
|
||||||
|
|
||||||
```
|
```
|
||||||
|
<!-- markdownlint-restore -->
|
||||||
|
@ -173,4 +173,3 @@
|
|||||||
CENTURION_API: '{{ centurion_url }}'
|
CENTURION_API: '{{ centurion_url }}'
|
||||||
CENTURION_TOKEN: '{{ centurion_token }}'
|
CENTURION_TOKEN: '{{ centurion_token }}'
|
||||||
CENTURION_VALIDATE_CERTS: '{{ centurion_validate_certs | default(true) }}'
|
CENTURION_VALIDATE_CERTS: '{{ centurion_validate_certs | default(true) }}'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user