summaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml.example
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-11-08 23:36:18 +0100
committerAhmed AbdelHalim <[email protected]>2025-11-09 01:47:00 +0100
commit9596480511bb729e60892b2f6c0590f70aa6f4e3 (patch)
tree2f8f8bbeab4e52da3a2da3fbec853bad4a2653bf /group_vars/all.yml.example
parent5941dec60fa53755fce6164406f7a6829501685d (diff)
Add gpg public key import to gpg role
Diffstat (limited to 'group_vars/all.yml.example')
-rw-r--r--group_vars/all.yml.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example
index 5fc30d82..1550b397 100644
--- a/group_vars/all.yml.example
+++ b/group_vars/all.yml.example
@@ -6,6 +6,12 @@ user_public_keys:
network_wifi_ssid: "TEST_WIFI_SSID"
network_wifi_pass: "TEST_WIFI_PASS"
ssh_port: 39901
+gpg_public_keys:
+ - |
+ -----BEGIN PGP PUBLIC KEY BLOCK-----
+
+ generate using: gpg --export --armor keyID
+ -----END PGP PUBLIC KEY BLOCK-----
timezone: "UTC"