eb9c4944a9
These playbooks will allow for clean interface to the backup and restore role. Change-Id: I6f3fa1a6bf6a7f7ebc8c41b69708b75c94cce738
41 lines
352 B
Plaintext
41 lines
352 B
Plaintext
*.py[cod]
|
|
|
|
# Testing cruft
|
|
.tox
|
|
.venv
|
|
*.egg*
|
|
egg
|
|
.coverage
|
|
cover
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
.venv
|
|
.stestr
|
|
tripleo_ansible.egg-info/
|
|
__pycache__
|
|
build
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
|
|
# Playbook retry files
|
|
*.retry
|
|
|
|
# roles
|
|
tripleo_ansible/roles.galaxy/*
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
ansible-errors.json
|
|
pytestdebug.log
|
|
|
|
# doc
|
|
doc/build/*
|
|
|
|
# JetBrain
|
|
.idea/
|