feat(netbox): initial role #32
Annotations
10 errors and 2 warnings
Run Ansible Lint:
roles/netbox/defaults/main.yml#L26
Wrong indentation: expected 8 but found 6
|
Run Ansible Lint:
roles/netbox/defaults/main.yml#L29
Too many blank lines (3 > 2)
|
Run Ansible Lint:
roles/netbox/defaults/main.yml#L90
Duplication of key "netbox_allow_token_retrival" in mapping
|
Run Ansible Lint:
roles/netbox/defaults/main.yml#L91
Duplication of key "netbox_secure_cookies" in mapping
|
Run Ansible Lint:
roles/netbox/defaults/main.yml#L100
Truthy value should be one of \[false, true]
|
Run Ansible Lint:
roles/netbox/tasks/main.yml#L24
Wrong indentation: expected 4 but found 6
|
Run Ansible Lint:
roles/netbox/tasks/main.yml#L34
All tasks should be named.
|
Run Ansible Lint:
roles/netbox/tasks/main.yml#L34
File permissions unset or incorrect.
|
Run Ansible Lint:
roles/netbox/tasks/main.yml#L38
No Jinja2 in when.
|
Run Ansible Lint:
roles/netbox/tasks/main.yml#L41
to_nice_yaml - 'item' is undefined. 'item' is undefined
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Ansible Lint:
roles/netbox/tasks/main.yml#L30
Jinja2 spacing could be improved: {{ netbox_path_base}}/configuration.py -> {{ netbox_path_base }}/configuration.py
|
Loading