24 lines
561 B
Plaintext
24 lines
561 B
Plaintext
/.env/
|
|
/facts/
|
|
.galaxy_cache/
|
|
/galaxy_token
|
|
.ansible/log.txt
|
|
.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/
|
|
/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.yml
|
|
hosts.yaml
|
|
hosts.json
|
|
/playbooks/vars/ssh_keys_vault.yml
|
|
/playbooks/vars/ssh_keys.yml |