From 9169b7d2b99613ed112b7adc267a22c2e3d8164b Mon Sep 17 00:00:00 2001 From: QCU87Z Date: Tue, 22 Jan 2019 02:47:51 +1100 Subject: [PATCH] Update nxos_aaa_server_host.py (#49635) * Update nxos_aaa_server_host.py * remove host, username, and password --- .../modules/network/nxos/nxos_aaa_server_host.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/lib/ansible/modules/network/nxos/nxos_aaa_server_host.py b/lib/ansible/modules/network/nxos/nxos_aaa_server_host.py index 8be3812acf4..e9aa8e2a93f 100644 --- a/lib/ansible/modules/network/nxos/nxos_aaa_server_host.py +++ b/lib/ansible/modules/network/nxos/nxos_aaa_server_host.py @@ -82,9 +82,6 @@ EXAMPLES = ''' address: 1.2.3.4 acct_port: 2084 host_timeout: 10 - host: "{{ inventory_hostname }}" - username: "{{ un }}" - password: "{{ pwd }}" # Radius Server Host Key Configuration - name: "Radius Server Host Key Configuration" @@ -94,9 +91,6 @@ EXAMPLES = ''' address: 1.2.3.4 key: hello encrypt_type: 7 - host: inventory_hostname }} - username: "{{ un }}" - password: "{{ pwd }}" # TACACS Server Host Configuration - name: "Tacacs Server Host Configuration" @@ -106,9 +100,7 @@ EXAMPLES = ''' tacacs_port: 89 host_timeout: 10 address: 5.6.7.8 - host: inventory_hostname }} - username: un }} - password: pwd }} + ''' RETURN = '''