mirror of
https://git.fsfe.org/fsfe-system-hackers/innernet-playbook.git
synced 2024-11-21 14:13:11 +01:00
adding ansible scaffolding
This commit is contained in:
parent
0a697244c5
commit
afd79d48f5
8
ansible.cfg
Normal file
8
ansible.cfg
Normal 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
9
open_the_vault.sh
Executable 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
BIN
vault_passphrase.gpg
Normal file
Binary file not shown.
3
vault_passphrase.gpg.license
Normal file
3
vault_passphrase.gpg.license
Normal file
@ -0,0 +1,3 @@
|
||||
SPDX-FileCopyrightText: 2021 Free Software Foundation Europe <https://fsfe.org>
|
||||
|
||||
SPDX-License-Identifier: CC0-1.0
|
Loading…
Reference in New Issue
Block a user