You've already forked ansible-role-common
18 lines
307 B
Plaintext
18 lines
307 B
Plaintext
# Ignore Komodo Project Fluff
|
|
.komodotools/
|
|
*.komodoproject
|
|
.vagrant/
|
|
*.idea
|
|
# Ignore any retry files from ansible
|
|
*.retry
|
|
*/.terraform
|
|
# Ignore roles
|
|
roles/*
|
|
!roles/.gitkeep
|
|
!files/authorized_keys/
|
|
files/authorized_keys/*
|
|
!files/authorized_keys/.gitkeep
|
|
|
|
# Do not commit Vault password
|
|
.vault_password.txt
|