Adjusted gitignore for new directory structure
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -1,8 +1,19 @@
|
||||
.env/
|
||||
group_vars/**
|
||||
host_vars/**
|
||||
/.env/
|
||||
.ansible/log.txt
|
||||
.ansible/roles/**/vars/*
|
||||
.ansible/roles/**/files/ssh/*
|
||||
.ansible/roles/**/*/files/sshd_config.d/*.conf
|
||||
.ansible/roles/**/*/templates/sshd_config.d/*.conf
|
||||
/group_vars/**/vault.yml
|
||||
/host_vars/**/vault.yml
|
||||
/group_vars/**/main.yml
|
||||
/host_vars/**/main.yml
|
||||
**/group_vars/**/main.yml
|
||||
**/host_vars/**/main.yml
|
||||
**/group_vars/**/vault.yml
|
||||
**/host_vars/**/vault.yml
|
||||
hosts.ini
|
||||
**/gpg/**/*
|
||||
*.bak
|
||||
**/ssl/**/*
|
||||
# ./vars/**/*
|
||||
hosts.yml
|
||||
hosts.yaml
|
||||
hosts.json
|
||||
/playbooks/vars/ssh_keys_vault.yml
|
Reference in New Issue
Block a user