aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-13 22:21:25 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-13 22:21:25 -0500
commita10aee68def0b72d7f79e1b1682f8a53354cf5b3 (patch)
tree63663d60452ccc4fd73660f3ff1631237f99b8ec /inventory-example
parentcc5f4658d2fe08a2741ce7cadfcef8b7c986318e (diff)
downloadselfhosted-a10aee68def0b72d7f79e1b1682f8a53354cf5b3.tar.gz
selfhosted-a10aee68def0b72d7f79e1b1682f8a53354cf5b3.zip
linux_laptop: add docs
Diffstat (limited to 'inventory-example')
-rw-r--r--inventory-example/group_vars/all/global.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory-example/group_vars/all/global.yml b/inventory-example/group_vars/all/global.yml
index f4ea98e..a1fed72 100644
--- a/inventory-example/group_vars/all/global.yml
+++ b/inventory-example/group_vars/all/global.yml
@@ -13,7 +13,7 @@ organization: ACME, Inc. # changeme
# This variable will be used to configure an SSID with certificate-based auth
# for any hosts in the linux-laptops group.
-wifi_ssid: acme-wifi
+linux_laptop_wifi_ssid: acme-wifi
# Hosts in these CIDRs should be capable of kerberos authentication.
# We use this in many apache configs to determine when to force GSSAPI auth.