init
This commit is contained in:
commit
883f31932e
169 changed files with 5676 additions and 0 deletions
10
scripts/env.sh
Normal file
10
scripts/env.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
# Shared environment for top-level workflow scripts.
|
||||
# Source this — don't execute directly.
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
INVENTORY=ansible/inventories/debug/hosts.ini
|
||||
PLAYBOOK=ansible/playbooks/setup.yml
|
||||
VAULT_PASS=.vault-pass-debug
|
||||
|
||||
export QEMU_VM="$(command -v qemu-vm)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue