cd33e4a75f
Currently includes gathering facts, configuring the BIOS and setting the boot order (sadly not via the drac role).
35 lines
575 B
Plaintext
35 lines
575 B
Plaintext
# vim and emacs temp files
|
|
*~
|
|
[._]*.s[a-w][a-z]
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Files generated by Ansible
|
|
ansible/*.retry
|
|
|
|
# Others
|
|
.DS_Store
|
|
.vimrc
|
|
|
|
# Ansible Galaxy roles
|
|
ansible/roles/ahuffman.resolv/
|
|
ansible/roles/jriguera.configdrive/
|
|
ansible/roles/mrlesmithjr.manage-lvm/
|
|
ansible/roles/MichaelRigart.interfaces/
|
|
ansible/roles/stackhpc.drac/
|
|
ansible/roles/stackhpc.drac-facts/
|
|
ansible/roles/resmo.ntp/
|
|
ansible/roles/yatesr.timezone/
|
|
|
|
# Virtualenv
|
|
ansible/kolla-venv/
|
|
|
|
# Tox
|
|
.tox/
|
|
|
|
# Python build artifacts
|
|
kayobe.egg-info/
|