From a10aee68def0b72d7f79e1b1682f8a53354cf5b3 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Mon, 13 Feb 2023 22:21:25 -0500 Subject: linux_laptop: add docs --- inventory-example/group_vars/all/global.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inventory-example') 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. -- cgit