diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2021-01-20 10:29:19 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2021-01-20 10:29:19 +0100 |
commit | d77a2af7acee55457f4cab5f3acc8e3060564196 (patch) | |
tree | e4c3ffc2af288b7f5b6e1aadc93a147075bb1832 /ansible/inventory-terraform | |
parent | ed65919b0327e733c6863d397ba354badf2a280e (diff) | |
download | infra-d77a2af7acee55457f4cab5f3acc8e3060564196.tar.gz infra-d77a2af7acee55457f4cab5f3acc8e3060564196.tar.bz2 infra-d77a2af7acee55457f4cab5f3acc8e3060564196.tar.xz infra-d77a2af7acee55457f4cab5f3acc8e3060564196.zip |
Minio + wal-g
Diffstat (limited to 'ansible/inventory-terraform')
-rwxr-xr-x | ansible/inventory-terraform | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/inventory-terraform b/ansible/inventory-terraform new file mode 100755 index 0000000..6eeba30 --- /dev/null +++ b/ansible/inventory-terraform @@ -0,0 +1,8 @@ +#!/bin/bash + +set -euo pipefail + +basedir=$(dirname $0) + +(cd "$basedir/../terraform" && terraform output -json) |\ + "$basedir/env/bin/python" "$basedir/terraform-to-ansible-inventory.py" |