You've already forked ansible-role-common
Initial Commit
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Ignore Komodo Project Fluff
|
||||
.komodotools/
|
||||
*.komodoproject
|
||||
.vagrant/
|
||||
|
||||
# Ignore any retry files from ansible
|
||||
*.retry
|
||||
|
||||
# Ignore roles
|
||||
roles/*
|
||||
!roles/.gitkeep
|
||||
files/*
|
||||
!files/authorized_keys/
|
||||
files/authorized_keys/*
|
||||
!files/authorized_keys/.gitkeep
|
||||
|
||||
# Do not commit Vault password
|
||||
.vault_password.txt
|
||||
Reference in New Issue
Block a user