1f2771c7f1
Initial playbooks and inventory directory for deploying a compute node with only tripleo-ansible. The playbooks will also be consumed from tripleo-heat-templates when possible, but the primary interface is entirely ansible-playbook with an inventory and optionally variable files. Depends-On: I36fee8e79f71204f3126208d416e8df47a1f6bf8 Change-Id: I96412f44193613d32a8752e8ecfec9324b4fd0fb Signed-off-by: James Slagle <jslagle@redhat.com>
43 lines
428 B
Plaintext
43 lines
428 B
Plaintext
*.py[cod]
|
|
|
|
# Testing cruft
|
|
.tox
|
|
.venv
|
|
*.egg*
|
|
egg
|
|
.coverage
|
|
cover
|
|
nosetests.xml
|
|
.testrepository
|
|
.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/
|
|
.cache
|
|
|
|
# Custom inventory variable files
|
|
tripleo_ansible/inventory/99-standalone-vars
|