Made match terms more efficient and less redundant
This commit is contained in:
67
.gitignore
vendored
67
.gitignore
vendored
@@ -6,23 +6,58 @@ senpai/
|
|||||||
/galaxy_token
|
/galaxy_token
|
||||||
.ansible/log.txt
|
.ansible/log.txt
|
||||||
.ansible/facts/
|
.ansible/facts/
|
||||||
.ansible/roles/**/vars/*
|
|
||||||
.ansible/roles/**/files/ssh/*
|
|
||||||
.ansible/roles/**/*/files/sshd_config.d/*.conf
|
|
||||||
.ansible/roles/**/*/templates/sshd_config.d/*.conf
|
|
||||||
.ansible/collections/ansible_collections/
|
.ansible/collections/ansible_collections/
|
||||||
/playbooks/group_vars/**/main.yml
|
*.bak
|
||||||
/playbooks/host_vars/**/main.yml
|
|
||||||
/playbooks/**/ssh_keys_vault.yml
|
group_vars/**/main.yml
|
||||||
/playbooks/**/ssh_keys.yml
|
host_vars/**/main.yml
|
||||||
/playbooks/files/**/bash/bash_aliases
|
**/group_vars/**/main.yml
|
||||||
/playbooks/files/**/bash/**/bash_aliases
|
**/host_vars/**/main.yml
|
||||||
/playbooks/files/**/bash/bash_functions
|
group_vars/**/vault.yml
|
||||||
/playbooks/files/**/bash/**/bash_functions
|
host_vars/**/vault.yml
|
||||||
/playbooks/files/**/ssh/config
|
**/group_vars/**/vault.yml
|
||||||
/playbooks/files/**/ssh/**/config
|
**/host_vars/**/vault.yml
|
||||||
/playbooks/files/**/xdg/user-dirs.defaults
|
|
||||||
/playbooks/files/**/xdg/**/user-dirs.defaults
|
.ansible/roles/**/vars/*
|
||||||
|
playbooks/vars/ssh_keys_vault.yml
|
||||||
|
playbooks/vars/ssh_keys.yml
|
||||||
|
**/playbooks/vars/ssh_keys_vault.yml
|
||||||
|
**/playbooks/vars/ssh_keys.yml
|
||||||
|
playbooks/vars/main.yml
|
||||||
|
playbooks/vars/vault.yml
|
||||||
|
**/playbooks/vars/main.yml
|
||||||
|
**/playbooks/vars/vault.yml
|
||||||
|
|
||||||
|
files/**/**/config
|
||||||
|
**/files/**/**/config
|
||||||
|
files/**/**/authorized_keys
|
||||||
|
**/files/**/**/authorized_keys
|
||||||
|
files/**/**/*.conf
|
||||||
|
**/files/**/**/*.conf
|
||||||
|
files/**/**/*.dirs
|
||||||
|
**/files/**/**/*.dirs
|
||||||
|
files/**/**/*.defaults
|
||||||
|
**/files/**/**/*.defaults
|
||||||
|
files/**/**/bash_aliases
|
||||||
|
**/files/**/**/bash_aliases
|
||||||
|
files/**/**/bash_functions
|
||||||
|
**/files/**/**/bash_functions
|
||||||
|
|
||||||
|
templates/**/**/config
|
||||||
|
**/templates/**/**/config
|
||||||
|
templates/**/**/authorized_keys
|
||||||
|
**/templates/**/**/authorized_keys
|
||||||
|
templates/**/**/*.conf
|
||||||
|
**/templates/**/**/*.conf
|
||||||
|
templates/**/**/*.dirs
|
||||||
|
**/templates/**/**/*.dirs
|
||||||
|
templates/**/**/*.defaults
|
||||||
|
**/templates/**/**/*.defaults
|
||||||
|
templates/**/**/bash_aliases
|
||||||
|
**/templates/**/**/bash_aliases
|
||||||
|
templates/**/**/bash_functions
|
||||||
|
**/templates/**/**/bash_functions
|
||||||
|
|
||||||
hosts.ini
|
hosts.ini
|
||||||
hosts.yml
|
hosts.yml
|
||||||
hosts.yaml
|
hosts.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user