# Ansible gitignore # Ansible roles downloaded from Galaxy roles/* !roles/requirements.yml # Ansible vault password file .vault_pass # Inventory files with sensitive data inventory/group_vars/*/vault.yml inventory/host_vars/*/vault.yml # Retry files *.retry # Log files *.log # Runtime files *.pid # Python artifacts __pycache__/ *.py[cod] *$py.class *.so .Python env/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg