Adjusted gitignore for new directory structure
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -1,8 +1,19 @@
|
|||||||
.env/
|
/.env/
|
||||||
group_vars/**
|
.ansible/log.txt
|
||||||
host_vars/**
|
.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
|
hosts.ini
|
||||||
**/gpg/**/*
|
hosts.yml
|
||||||
*.bak
|
hosts.yaml
|
||||||
**/ssl/**/*
|
hosts.json
|
||||||
# ./vars/**/*
|
/playbooks/vars/ssh_keys_vault.yml
|
Reference in New Issue
Block a user