adding ansible
This commit is contained in:
13
ansible/.gitignore
vendored
Normal file
13
ansible/.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Encrypted secrets
|
||||
group_vars/all/vault.yml
|
||||
|
||||
# Installed collections
|
||||
collections/
|
||||
|
||||
# Ansible retry files
|
||||
*.retry
|
||||
|
||||
# Local controller environment and test caches
|
||||
.venv/
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
Reference in New Issue
Block a user