- Remove secrets files from main repository - Add secrets as git submodule pointing to private repository - Secrets repository: ansible/secrets (private) - Follows security best practice of separating sensitive data 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
[submodule "secrets"]
|
|
path = secrets
|
|
url = ssh://git@git.mymx.me:2222/ansible/secrets.git
|