browbeat/.gitignore
Charles Short 73138475dc Add molecule infrastructure
- Add molecule support to test ansible roles.
- Also fix flake8 failures.
- Also drop python36 from the templates

Change-Id: Ib647d93144a02a6be7340991c31f65842fdf3f29
Signed-off-by: Charles Short <chucks@redhat.com>
2019-12-16 08:11:35 -05:00

57 lines
847 B
Plaintext

*.py[cod]
# Distribution / packaging
*.egg*
build/
dist/
# Testing
.cache
.tox
# Virtual Environments:
.browbeat-venv
.perfkit-venv
.rally-venv
.shaker-venv
# OpenStack Environment Files
stackrc
overcloudrc
overcloudrc.v3
# Ansible files
*.retry
# Prevent ssh files from sneaking into the git repo
ansible/ssh-config
ansible/heat-admin-id_rsa
# Prevent hosts files from sneaking into the git repo
ansible/hosts
# Prevent any fernet keys from sneaking into git repo
ansible/browbeat/roles/keystone-token/files/[0-9]
# Prevent Ansible Checks data/scripts from entering git repo:
ansible/check/mysqltuner.pl
ansible/bug_report.log
ansible/mysql_report.log
log/*
# Swap files
*.sw[po]
# Containers
browbeat-containers/collectd-openstack/config/*
ansible-errors.json
# Molecule
.molecule/
# Pytest
.cache/
.pytest_cache/
.pytestdebug.log