-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f23111
commit 2252ab0
Showing
4 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# For Linode Dynamic Inventory | ||
export LINODE_API_TOKEN= | ||
|
||
# For Tailscale Onboarding | ||
export TAILSCALE_API_KEY= | ||
export TAILSCALE_AUTH_KEY= | ||
export TAILSCALE_KEY=$TAILSCALE_API_KEY | ||
|
||
# For AWS AWS Dynamic Inventory | ||
export AWS_PROFILE= | ||
export AWS_SSM_BUCKET_NAME= | ||
export AWS_SSM_REGION= | ||
|
||
|
||
export HCP_CLIENT_ID= | ||
export HCP_CLIENT_SECRET= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,3 +48,4 @@ ansible/inventory/hosts | |
|
||
# Secrets | ||
*.env | ||
.envrc |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.