-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path.ansible-lint
25 lines (25 loc) · 1.07 KB
/
.ansible-lint
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
exclude_paths:
- contrib
- environments/kolla/files/overlays/ceilometer/event_pipeline.yaml
- environments/kolla/files/overlays/ceilometer/pipeline.yaml
- environments/kolla/files/overlays/prometheus/prometheus.yml.d/50-ceph.yml
- netbox/playbooks
- .ansible/collections/ansible_collections/netbox/netbox/plugins/modules/netbox_device.py
- .ansible/collections/ansible_collections/netbox/netbox/plugins/modules/netbox_ip_address.py
- .ansible/collections/ansible_collections/netbox/netbox/plugins/modules/netbox_location.py
- .ansible/collections/ansible_collections/netbox/netbox/plugins/modules/netbox_prefix.py
- .ansible/collections/ansible_collections/netbox/netbox/plugins/modules/netbox_rack.py
- .ansible/collections/ansible_collections/netbox/netbox/plugins/modules/netbox_site.py
mock_modules:
- netbox.netbox.netbox_device
- netbox.netbox.netbox_ip_address
- netbox.netbox.netbox_location
- netbox.netbox.netbox_prefix
- netbox.netbox.netbox_rack
- netbox.netbox.netbox_site
mock_roles:
- manager
- stage-output
skip_list:
- run-once[task]