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
Branches
No related tags found
No related merge requests found
Pipeline #2502 passed
...@@ -9,7 +9,7 @@ ap_scan=0 ...@@ -9,7 +9,7 @@ ap_scan=0
network={ network={
key_mgmt=IEEE8021X key_mgmt=IEEE8021X
eap=TLS 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" ca_cert="/etc/ssl/certs/asta_ca.pem"
client_cert="/etc/wpa_supplicant/{{ inventory_hostname }}.pem" client_cert="/etc/wpa_supplicant/{{ inventory_hostname }}.pem"
private_key="/etc/wpa_supplicant/{{ inventory_hostname }}.key" 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