add toplevel machines-json that can deploy all hosts

This commit is contained in:
Jörg Thalheim
2023-09-28 14:13:23 +02:00
parent 293e7f8ae6
commit 16b33eb0a8
6 changed files with 132 additions and 82 deletions

View File

@@ -44,8 +44,8 @@ def generate_secrets_group(
text = f"""\
set -euo pipefail
facts={shlex.quote(str(facts_dir))}
secrets={shlex.quote(str(secrets_dir))}
export facts={shlex.quote(str(facts_dir))}
export secrets={shlex.quote(str(secrets_dir))}
{generator}
"""
try: