Convert secrets directory to private git submodule
- 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>
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "secrets"]
|
||||
path = secrets
|
||||
url = ssh://git@git.mymx.me:2222/ansible/secrets.git
|
||||
1
secrets
Submodule
1
secrets
Submodule
Submodule secrets added at c2241e0e7d
@@ -1 +0,0 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILBrnivsqjhAxWYeuuvnYc3neeRRuHsr2SjeKv+Drtpu user@debian
|
||||
@@ -1 +0,0 @@
|
||||
kpKzCuawxG3VFqOx0dEXrpRhbu/uNbdeu27GovG9IUU=
|
||||
@@ -1 +0,0 @@
|
||||
$6$6deeLJnt4iArwXPn$WPMPRSy6zcltolPn1B0UCo5imyeDQaNaMmcGt48rQ3gRBhZyzP4GILdit8Mg41CautJlqI4PK1DvoMMmkXqWg.
|
||||
Reference in New Issue
Block a user