Skip to content
Snippets Groups Projects
Commit 2667907f authored by Thomas Schneider's avatar Thomas Schneider
Browse files

radius-client: Use ansible_hostname instead of inventory_hostname

This way it works also after changing Ansible to use the FQDNs.
parent ba2916ec
No related branches found
No related tags found
No related merge requests found
Pipeline #2502 passed
......@@ -9,7 +9,7 @@ ap_scan=0
network={
key_mgmt=IEEE8021X
eap=TLS
identity="{{ inventory_hostname }}@ssl.asta.rwth-aachen.de"
identity="{{ ansible_hostname }}@ssl.asta.rwth-aachen.de"
ca_cert="/etc/ssl/certs/asta_ca.pem"
client_cert="/etc/wpa_supplicant/{{ inventory_hostname }}.pem"
private_key="/etc/wpa_supplicant/{{ inventory_hostname }}.key"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment