35 lines
443 B
Plaintext
35 lines
443 B
Plaintext
# Ansible and ansible-lint
|
|
**/.ansible
|
|
|
|
!**/template_*
|
|
**/credentials*
|
|
|
|
# Configurations
|
|
# Ignore default config directory.
|
|
config/
|
|
|
|
# Manifests
|
|
# Ignore manifests directory.
|
|
manifests/*.json
|
|
|
|
# MacOS
|
|
# Ignore desktop services files.
|
|
**/.DS_Store
|
|
|
|
# Certificates and Keys
|
|
# Ignore certificates files.
|
|
**/*.cer
|
|
**/*.crt
|
|
**/*.p7b
|
|
|
|
# Ignore public key files
|
|
**/*.pub
|
|
|
|
# Ignore packer plugin files
|
|
plugin.hwm
|
|
plugin.pwd
|
|
plugin.pwi
|
|
|
|
crash.log
|
|
tmp/
|