Skip to content

Commit

Permalink
feat: start using direnv
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Aug 20, 2024
1 parent 9f23111 commit 2252ab0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
16 changes: 16 additions & 0 deletions .env.sample
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=
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ ansible/inventory/hosts

# Secrets
*.env
.envrc
12 changes: 0 additions & 12 deletions ansible/.env.sample

This file was deleted.

5 changes: 0 additions & 5 deletions packer/.env.sample

This file was deleted.

0 comments on commit 2252ab0

Please sign in to comment.