summaryrefslogtreecommitdiffstats
path: root/group_vars
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
commit32dcaee33824464d33bcadff78d3c2958d79e959 (patch)
tree2f8f8bbeab4e52da3a2da3fbec853bad4a2653bf /group_vars
parent60d15b66150755c6b9ec415e45cb459fd3e646b8 (diff)
Add gpg public key import to gpg role
Diffstat (limited to 'group_vars')
-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"