Files
kayobe/.gitignore
Pierre Riteau 816d6ffde2 Configure ansible-lint and fix issues found
Copy ansible-lint configuration from kolla-ansible as a starting point.
Also replace alint tox job by ansible-lint.

Fix various issues found by ansible-lint to make it pass with the
current set of rules.

Change-Id: I1d6173caadbcf249330512e170af8095464f1237
2025-05-27 22:08:39 +02:00

79 lines
776 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
cover/
.coverage*
!.coveragerc
.tox
nosetests.xml
.testrepository
.stestr
.venv
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
.vscode/
# Files generated by Ansible
ansible/*.retry
ansible/roles/*/tests/*.retry
# Ansible Galaxy roles & collections
.ansible
ansible/roles/*\.*/
ansible/collections/
# Virtualenvs
ansible/kolla-venv/
venvs
# Vagrant
.vagrant
# Molecule
.molecule/
# Pytest
.cache/
.pytest_cache/
pytestdebug.log