adding ansible scaffolding

This commit is contained in:
linus 2021-11-05 15:20:44 +01:00
parent 0a697244c5
commit afd79d48f5
4 changed files with 20 additions and 0 deletions

8
ansible.cfg Normal file
View File

@ -0,0 +1,8 @@
# SPDX-FileCopyrightText: 2021 Free Software Foundation Europe <https://fsfe.org>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
[defaults]
inventory = inventory/generate_inventory
interpreter_python=/usr/bin/python3
vault_password_file=open_the_vault.sh

9
open_the_vault.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2021 Free Software Foundation Europe <https://fsfe.org>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
set -euo pipefail
gpg --batch --use-agent --decrypt vault_passphrase.gpg

BIN
vault_passphrase.gpg Normal file

Binary file not shown.

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 Free Software Foundation Europe <https://fsfe.org>
SPDX-License-Identifier: CC0-1.0