diff options
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml.example | 6 |
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" |
