File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
- export VAULT_CACERT=./ansible/files/vault-ca.crt
2
- export VAULT_CLIENT_CERT=./ansible/files/vault-client-user.crt
3
- export VAULT_CLIENT_KEY=./ansible/files/vault-client-user.key
4
- export CONSUL_HTTP_TOKEN=$( pass services/consul/tokens/terraform)
1
+ if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
2
+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" " sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
3
+ fi
4
+
5
+ source .envrc.secrets
6
+ use flake
Original file line number Diff line number Diff line change
1
+ export VAULT_CACERT=./ansible/files/vault-ca.crt
2
+ export VAULT_CLIENT_CERT=./ansible/files/vault-client-user.crt
3
+ export VAULT_CLIENT_KEY=./ansible/files/vault-client-user.key
4
+ export VAULT_ADDR=https://vault-api.infra.status.im:8200
5
+ export CONSUL_HTTP_TOKEN=$(pass services/consul/tokens/terraform)
Original file line number Diff line number Diff line change 4
4
* .tfstate.d /
5
5
* .tfstate.backup
6
6
* .retry
7
+ .direnv /
7
8
8
9
ansible /files /*
9
10
__pycache__
Original file line number Diff line number Diff line change 40
40
shellHook = ''
41
41
./ansible/roles.py --check || \
42
42
echo -e '\nWARNING: Your role versions appear to be incorrect!' >&2
43
- eval "$(direnv hook bash)"
44
- direnv allow .
45
43
'' ;
46
44
} ;
47
45
} ) ;
You can’t perform that action at this time.
0 commit comments