You've already forked ansible-role-common
Some checks failed
CI / lint (push) Successful in 2m3s
CI / Molecule Test (almalinux8) (push) Successful in 2m44s
CI / Molecule Test (almalinux9) (push) Successful in 2m31s
CI / release (push) Successful in 36s
CI / notify (push) Successful in 5s
Regular test / Molecule Test (almalinux8) (push) Failing after 10s
Regular test / Molecule Test (almalinux9) (push) Failing after 5m0s
Regular test / notify (push) Has been skipped
22 lines
377 B
Plaintext
22 lines
377 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
|
|
env/
|
|
|
|
# Do not commit Vault password
|
|
.vault_password.txt
|
|
# No commit of .secrets (Only for local CI Tests)
|
|
.secrets
|
|
.vars
|