1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 04:53:30 +02:00
infrastructure/misc/get_hetzner_cloud_api_key_packer.sh
2019-03-31 04:19:56 +02:00

4 lines
132 B
Bash
Executable File

#!/bin/bash
echo "hetzner_cloud_api_key=$(ansible-vault view misc/vault_hetzner.yml | grep hetzner_cloud_api_key | cut -f2 -d' ')"